Download databene-commons-0.5.12.jar file - Jar d

Jar examples for d:databene-commons

Description

'databene commons' is an open source Java library by Volker Bergmann. It provides extensions to the Java core library by utility classes, abstract concepts and concrete implementations.

You can download jar file databene-commons 0.5.12 in this page.

License

GNU Public License

Build File

You can use the following script to add databene-commons-0.5.12.jar to your project.

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

Download

Click the following link to download the jar file.

databene-commons-0.5.12-sources.jar
databene-commons-0.5.12.jar
databene-commons-0.5.12.pom



Related Tutorials