Download micro-jdbc-0.1.jar file - Jar m

Jar examples for m:micro-jdbc

Description

Simple low-level helpers for jdbc-access

You can download jar file micro-jdbc 0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>com.github.kagkarlsson</groupId>
   <artifactId>micro-jdbc</artifactId>
   <version>0.1</version>
</dependency>
compile group: 'com.github.kagkarlsson', name: 'micro-jdbc', version: '0.1'
libraryDependencies += "com.github.kagkarlsson" % "micro-jdbc" % "0.1"
<dependency org="com.github.kagkarlsson" name="micro-jdbc" rev="0.1"/>
@Grapes(@Grab(group='com.github.kagkarlsson', module='micro-jdbc', version='0.1'))
'com.github.kagkarlsson:micro-jdbc:jar:0.1'

Download

Click the following link to download the jar file.

micro-jdbc-0.1-javadoc.jar
micro-jdbc-0.1-sources.jar
micro-jdbc-0.1.jar
micro-jdbc-0.1.pom



Related Tutorials