m

mapneat

JSON to JSON and XML to JSON transformation library
https://github.com/nomemory/mapneat
The Apache License, Version 2.0
nomemory
Files download
File Operation
mapneat-1.0.0.jar download
mapneat-1.0.0.pom download
mapneat-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.andreinc</groupId>
  <artifactId>mapneat</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'net.andreinc:mapneat:1.0.0'
Gradle Kotlin
implementation("net.andreinc:mapneat:1.0.0")
Scala SBT
libraryDependencies += "net.andreinc" % "mapneat" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='net.andreinc', module='mapneat', version='1.0.0')
)
Apache Ivy
<dependency org="net.andreinc" name="mapneat" rev="1.0.0" />
Leiningen
[net.andreinc/mapneat "1.0.0"]
Apache Buildr
'net.andreinc:mapneat:jar:1.0.0'