Download jorm-1.0.9.jar file - Jar j

Jar examples for j:jorm

Description

This is a java JDBC ORM Framework

You can download jar file jorm 1.0.9 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jorm-1.0.9.jar to your project.

<dependency>
   <groupId>com.github.javaclub</groupId>
   <artifactId>jorm</artifactId>
   <version>1.0.9</version>
</dependency>
compile group: 'com.github.javaclub', name: 'jorm', version: '1.0.9'
libraryDependencies += "com.github.javaclub" % "jorm" % "1.0.9"
<dependency org="com.github.javaclub" name="jorm" rev="1.0.9"/>
@Grapes(@Grab(group='com.github.javaclub', module='jorm', version='1.0.9'))
'com.github.javaclub:jorm:jar:1.0.9'

Download

Click the following link to download the jar file.

jorm-1.0.9-javadoc.jar
jorm-1.0.9-sources.jar
jorm-1.0.9.jar
jorm-1.0.9.pom



Related Tutorials