is not current version
Last Version 1.3

com.zaubersoftware:mom 1.1

Map Object Mapper

GroupId

GroupId

com.zaubersoftware
ArtifactId

ArtifactId

mom
Version

Version

1.1
Type

Type

jar

Download mom 1.1


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