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-0.9.4.jar download
mapneat-0.9.4.pom download
mapneat-0.9.4-sources.jar download
Apache Maven
<dependency>
  <groupId>net.andreinc</groupId>
  <artifactId>mapneat</artifactId>
  <version>0.9.4</version>
</dependency>
Gradle Groovy
implementation 'net.andreinc:mapneat:0.9.4'
Gradle Kotlin
implementation("net.andreinc:mapneat:0.9.4")
Scala SBT
libraryDependencies += "net.andreinc" % "mapneat" % "0.9.4"
Groovy Grape
@Grapes(
  @Grab(group='net.andreinc', module='mapneat', version='0.9.4')
)
Apache Ivy
<dependency org="net.andreinc" name="mapneat" rev="0.9.4" />
Leiningen
[net.andreinc/mapneat "0.9.4"]
Apache Buildr
'net.andreinc:mapneat:jar:0.9.4'