is not current version
Last Version 1.3

com.github.auties00:map-module 1.2

A module for Jackson to easily serialize maps of any type

GroupId

GroupId

com.github.auties00
ArtifactId

ArtifactId

map-module
Version

Version

1.2
Type

Type

jar

Download map-module 1.2


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