Download object-creator-1.7.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.7 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials