Download jk-db-0.0.9.jar file - Jar j

Jar examples for j:jk-db

Description

Light JDBC API for simplifying database driven development with Java. It is straight forward approach with minimal required configurations and environment preparation.

You can download jar file jk-db 0.0.9 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add jk-db-0.0.9.jar to your project.

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

Download

Click the following link to download the jar file.

jk-db-0.0.9-javadoc.jar
jk-db-0.0.9-sources.jar
jk-db-0.0.9.jar
jk-db-0.0.9.pom



Related Tutorials