Download djdbc-1.3.jar file - Jar d

Jar examples for d:djdbc

Description

Declarative abstraction over JDBC

You can download jar file djdbc 1.3 in this page.

License

MIT/X11

Build File

You can use the following script to add djdbc-1.3.jar to your project.

<dependency>
   <groupId>com.github.nikita-volkov</groupId>
   <artifactId>djdbc</artifactId>
   <version>1.3</version>
</dependency>
compile group: 'com.github.nikita-volkov', name: 'djdbc', version: '1.3'
libraryDependencies += "com.github.nikita-volkov" % "djdbc" % "1.3"
<dependency org="com.github.nikita-volkov" name="djdbc" rev="1.3"/>
@Grapes(@Grab(group='com.github.nikita-volkov', module='djdbc', version='1.3'))
'com.github.nikita-volkov:djdbc:jar:1.3'

Download

Click the following link to download the jar file.

djdbc-1.3-javadoc.jar
djdbc-1.3-sources.jar
djdbc-1.3.jar
djdbc-1.3.pom



Related Tutorials