Download ezmorph-1.0.1.jar file - Jar e

Jar examples for e:ezmorph

Description

Simple java library for transforming an Object to another Object.

You can download jar file ezmorph 1.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ezmorph-1.0.1.jar to your project.

<dependency>
   <groupId>net.sf.ezmorph</groupId>
   <artifactId>ezmorph</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'net.sf.ezmorph', name: 'ezmorph', version: '1.0.1'
libraryDependencies += "net.sf.ezmorph" % "ezmorph" % "1.0.1"
<dependency org="net.sf.ezmorph" name="ezmorph" rev="1.0.1"/>
@Grapes(@Grab(group='net.sf.ezmorph', module='ezmorph', version='1.0.1'))
'net.sf.ezmorph:ezmorph:jar:1.0.1'

Download

Click the following link to download the jar file.

ezmorph-1.0.1-javadoc.jar
ezmorph-1.0.1-sources.jar
ezmorph-1.0.1.jar
ezmorph-1.0.1.pom



Related Tutorials