a

an-map

This library is meant to be a mapper based with Java annotations, this way you don't need to configure nothing, only import and use it. This is a need when you are working trying to isolate logical or critical classes from DTO or POJO's for example. This can be useful when you are following architectures or concepts like clean arch.
https://github.com/gfrmoretti/anmap
Apache License, Version 2.0
Gabriel Francellin Moretti
Files download
File Operation
an-map-1.1.1.jar download
an-map-1.1.1.pom download
an-map-1.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.gfrmoretti</groupId>
  <artifactId>an-map</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.gfrmoretti:an-map:1.1.1'
Gradle Kotlin
implementation("io.github.gfrmoretti:an-map:1.1.1")
Scala SBT
libraryDependencies += "io.github.gfrmoretti" % "an-map" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.gfrmoretti', module='an-map', version='1.1.1')
)
Apache Ivy
<dependency org="io.github.gfrmoretti" name="an-map" rev="1.1.1" />
Leiningen
[io.github.gfrmoretti/an-map "1.1.1"]
Apache Buildr
'io.github.gfrmoretti:an-map:jar:1.1.1'