Download jmapper-api-1.2.1.jar file - Jar j

Jar examples for j:jmapper-api

Description

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.

License

The Apache Software License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

jmapper-api-1.2.1-javadoc.jar
jmapper-api-1.2.1-sources.jar
jmapper-api-1.2.1.jar
jmapper-api-1.2.1.pom



Related Tutorials