m

mapmaid-parent

MapMaid is a modern mapping framework in the scope of mapping data in JSON, XML, or YAML format into DTOs composed and vice versa.
https://github.com/quantummaid/mapmaid
Apache License, Version 2.0
Richard Hauswald
Files download
File Operation
mapmaid-parent-0.10.19.pom download
Apache Maven
<dependency>
  <groupId>de.quantummaid.mapmaid</groupId>
  <artifactId>mapmaid-parent</artifactId>
  <version>0.10.19</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.quantummaid.mapmaid:mapmaid-parent:0.10.19'
Gradle Kotlin
implementation("de.quantummaid.mapmaid:mapmaid-parent:0.10.19")
Scala SBT
libraryDependencies += "de.quantummaid.mapmaid" % "mapmaid-parent" % "0.10.19"
Groovy Grape
@Grapes(
  @Grab(group='de.quantummaid.mapmaid', module='mapmaid-parent', version='0.10.19')
)
Apache Ivy
<dependency org="de.quantummaid.mapmaid" name="mapmaid-parent" rev="0.10.19" />
Leiningen
[de.quantummaid.mapmaid/mapmaid-parent "0.10.19"]
Apache Buildr
'de.quantummaid.mapmaid:mapmaid-parent:jar:0.10.19'