n

n-mapper

n.mapper is a fork of the great a-mapper -> a-mapper is a an extremely flexible and highly configurable library for mapping and diffing object graphs and other data structures into each other
https://github.com/dritonshoshi/n-mapper
The Apache Software License, Version 2.0
Arno Haase Driton Shoshi
Files download
File Operation
n-mapper-1.0.jar download
n-mapper-1.0.pom download
n-mapper-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.dritonshoshi</groupId>
  <artifactId>n-mapper</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.dritonshoshi:n-mapper:1.0'
Gradle Kotlin
implementation("com.github.dritonshoshi:n-mapper:1.0")
Scala SBT
libraryDependencies += "com.github.dritonshoshi" % "n-mapper" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.dritonshoshi', module='n-mapper', version='1.0')
)
Apache Ivy
<dependency org="com.github.dritonshoshi" name="n-mapper" rev="1.0" />
Leiningen
[com.github.dritonshoshi/n-mapper "1.0"]
Apache Buildr
'com.github.dritonshoshi:n-mapper:jar:1.0'