Download object-creator-1.6.jar file - Jar o

Jar examples for o:object-creator

Description

A project for creating objects at runtime from string based data

You can download jar file object-creator 1.6 in this page.

Build File

You can use the following script to add object-creator-1.6.jar to your project.

<dependency>
   <groupId>com.fossgalaxy.util</groupId>
   <artifactId>object-creator</artifactId>
   <version>1.6</version>
</dependency>
compile group: 'com.fossgalaxy.util', name: 'object-creator', version: '1.6'
libraryDependencies += "com.fossgalaxy.util" % "object-creator" % "1.6"
<dependency org="com.fossgalaxy.util" name="object-creator" rev="1.6"/>
@Grapes(@Grab(group='com.fossgalaxy.util', module='object-creator', version='1.6'))
'com.fossgalaxy.util:object-creator:jar:1.6'

Download

Click the following link to download the jar file.

object-creator-1.6-javadoc.jar
object-creator-1.6-sources.jar
object-creator-1.6.jar
object-creator-1.6.pom



Related Tutorials