Download jk-db-0.0.7.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.7 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials