Download transmorph-3.1.1.jar file - Jar t

Jar examples for t:transmorph

Description

Java library to convert a Java object of one type into an object of another type (with another signature, possibly parameterized).

You can download jar file transmorph 3.1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add transmorph-3.1.1.jar to your project.

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

Download

Click the following link to download the jar file.

transmorph-3.1.1.jar
transmorph-3.1.1-javadoc.jar
transmorph-3.1.1.pom
transmorph-3.1.1-sources.jar



Related Tutorials