is not current version
Last Version 1.3

com.zaubersoftware:mom 1.0

Map Object Mapper

GroupId

GroupId

com.zaubersoftware
ArtifactId

ArtifactId

mom
Version

Version

1.0
Type

Type

jar

Download mom 1.0


<!-- https://jarcasting.com/artifacts/com.zaubersoftware/mom/ -->
<dependency>
    <groupId>com.zaubersoftware</groupId>
    <artifactId>mom</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zaubersoftware/mom/
implementation 'com.zaubersoftware:mom:1.0'
// https://jarcasting.com/artifacts/com.zaubersoftware/mom/
implementation ("com.zaubersoftware:mom:1.0")
'com.zaubersoftware:mom:jar:1.0'
<dependency org="com.zaubersoftware" name="mom" rev="1.0">
  <artifact name="mom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zaubersoftware', module='mom', version='1.0')
)
libraryDependencies += "com.zaubersoftware" % "mom" % "1.0"
[com.zaubersoftware/mom "1.0"]