Download databazer-0.1.jar file - Jar d

Jar examples for d:databazer

Description

Databazer is Java library for creating DataSources for popular SQL Databases

You can download jar file databazer 0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add databazer-0.1.jar to your project.

<dependency>
   <groupId>net.virtalab</groupId>
   <artifactId>databazer</artifactId>
   <version>0.1</version>
</dependency>
compile group: 'net.virtalab', name: 'databazer', version: '0.1'
libraryDependencies += "net.virtalab" % "databazer" % "0.1"
<dependency org="net.virtalab" name="databazer" rev="0.1"/>
@Grapes(@Grab(group='net.virtalab', module='databazer', version='0.1'))
'net.virtalab:databazer:jar:0.1'

Download

Click the following link to download the jar file.

databazer-0.1-javadoc.jar
databazer-0.1-sources.jar
databazer-0.1.jar
databazer-0.1.pom



Related Tutorials