Download laf-plugin-7.2.1.jar file - Jar l

Jar examples for l:laf-plugin

Description

The goal of this project is to provide a generic plugin framework for look-and-feels and define the interface of a common kind of plugins - the component plugins.

You can download jar file laf-plugin 7.2.1 in this page.

License

Berkeley Software Distribution (BSD) License

Build File

You can use the following script to add laf-plugin-7.2.1.jar to your project.

<dependency>
   <groupId>com.github.insubstantial</groupId>
   <artifactId>laf-plugin</artifactId>
   <version>7.2.1</version>
</dependency>
compile group: 'com.github.insubstantial', name: 'laf-plugin', version: '7.2.1'
libraryDependencies += "com.github.insubstantial" % "laf-plugin" % "7.2.1"
<dependency org="com.github.insubstantial" name="laf-plugin" rev="7.2.1"/>
@Grapes(@Grab(group='com.github.insubstantial', module='laf-plugin', version='7.2.1'))
'com.github.insubstantial:laf-plugin:jar:7.2.1'

Download

Click the following link to download the jar file.

laf-plugin-7.2.1-javadoc.jar
laf-plugin-7.2.1-sources.jar
laf-plugin-7.2.1.jar
laf-plugin-7.2.1.pom



Related Tutorials