m

mmm-marshall-parent

Simple but powerful library for marshalling and unmarshalling data to structured formats such as JSON or XML.
https://m-m-m.github.io/
Apache Software License, Version 2.0
mmm-team
Jörg Hohwiller
Files download
File Operation
mmm-marshall-parent-0.9.6.pom download
Apache Maven
<dependency>
  <groupId>io.github.m-m-m</groupId>
  <artifactId>mmm-marshall-parent</artifactId>
  <version>0.9.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.m-m-m:mmm-marshall-parent:0.9.6'
Gradle Kotlin
implementation("io.github.m-m-m:mmm-marshall-parent:0.9.6")
Scala SBT
libraryDependencies += "io.github.m-m-m" % "mmm-marshall-parent" % "0.9.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.m-m-m', module='mmm-marshall-parent', version='0.9.6')
)
Apache Ivy
<dependency org="io.github.m-m-m" name="mmm-marshall-parent" rev="0.9.6" />
Leiningen
[io.github.m-m-m/mmm-marshall-parent "0.9.6"]
Apache Buildr
'io.github.m-m-m:mmm-marshall-parent:jar:0.9.6'
Dependencies
The project has no third-party dependencies