Download ormunit-1.0.0.jar file - Jar o

Jar examples for o:ormunit

Description

database unit test for beetlsql orm

You can download jar file ormunit 1.0.0 in this page.

License

BSD License

Build File

You can use the following script to add ormunit-1.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

ormunit-1.0.0-javadoc.jar
ormunit-1.0.0-sources.jar
ormunit-1.0.0.jar
ormunit-1.0.0.pom



Related Tutorials