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

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials