Jar examples for j:jmapper-api
JMapper is a framework that permits to write dynamic mapping, bringing several advantages as: create and enrich target objects, apply a specific logic to the mapping (only valued fields, only null fields, etc..), automated management of the XML file, possibility of implementing the 1 to N and N to 1 relationships, define explicit conversions, define inherited configurations,
You can download jar file jmapper-api 1.2.1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add jmapper-api-1.2.1.jar to your project.
<dependency> <groupId>com.googlecode.jmapper-framework</groupId> <artifactId>jmapper-api</artifactId> <version>1.2.1</version> </dependency>
compile group: 'com.googlecode.jmapper-framework', name: 'jmapper-api', version: '1.2.1'
libraryDependencies += "com.googlecode.jmapper-framework" % "jmapper-api" % "1.2.1"
<dependency org="com.googlecode.jmapper-framework" name="jmapper-api" rev="1.2.1"/>
@Grapes(@Grab(group='com.googlecode.jmapper-framework', module='jmapper-api', version='1.2.1'))
'com.googlecode.jmapper-framework:jmapper-api:jar:1.2.1'
Click the following link to download the jar file.
jmapper-api-1.2.1-javadoc.jar