Jar examples for t:transmorph
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.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
transmorph-3.1.1.jar