Download database-goodies-1.0.jar file - Jar d

Jar examples for d:database-goodies

Description

Useful things built on top of the database library.

You can download jar file database-goodies 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add database-goodies-1.0.jar to your project.

<dependency>
   <groupId>com.github.susom</groupId>
   <artifactId>database-goodies</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.github.susom', name: 'database-goodies', version: '1.0'
libraryDependencies += "com.github.susom" % "database-goodies" % "1.0"
<dependency org="com.github.susom" name="database-goodies" rev="1.0"/>
@Grapes(@Grab(group='com.github.susom', module='database-goodies', version='1.0'))
'com.github.susom:database-goodies:jar:1.0'

Download

Click the following link to download the jar file.

database-goodies-1.0-javadoc.jar
database-goodies-1.0-sources.jar
database-goodies-1.0.jar
database-goodies-1.0.pom



Related Tutorials