Download jgoodies-common-1.6.0.jar file - Jar j

Jar examples for j:jgoodies-common

Description

The JGoodies Common library provides convenience code for other JGoodies libraries and applications.

You can download jar file jgoodies-common 1.6.0 in this page.

License

The BSD License

Build File

You can use the following script to add jgoodies-common-1.6.0.jar to your project.

<dependency>
   <groupId>com.jgoodies</groupId>
   <artifactId>jgoodies-common</artifactId>
   <version>1.6.0</version>
</dependency>
compile group: 'com.jgoodies', name: 'jgoodies-common', version: '1.6.0'
libraryDependencies += "com.jgoodies" % "jgoodies-common" % "1.6.0"
<dependency org="com.jgoodies" name="jgoodies-common" rev="1.6.0"/>
@Grapes(@Grab(group='com.jgoodies', module='jgoodies-common', version='1.6.0'))
'com.jgoodies:jgoodies-common:jar:1.6.0'

Download

Click the following link to download the jar file.

jgoodies-common-1.6.0-javadoc.jar
jgoodies-common-1.6.0-sources.jar
jgoodies-common-1.6.0.jar
jgoodies-common-1.6.0.pom



Related Tutorials