| License | License | 
|---|---|
| GroupId | GroupIdcom.github.auties00 | 
| ArtifactId | ArtifactIdmap-module | 
| Last Version | Last Version1.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptioncom.github.auties00:map-module A module for Jackson to easily serialize maps of any type | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| map-module-1.3.pom | |
| map-module-1.3.jar | 8 KB | 
| map-module-1.3-sources.jar | 5 KB | 
| map-module-1.3-javadoc.jar | 123 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.auties00/map-module/ -->
<dependency>
    <groupId>com.github.auties00</groupId>
    <artifactId>map-module</artifactId>
    <version>1.3</version>
</dependency>// https://jarcasting.com/artifacts/com.github.auties00/map-module/
implementation 'com.github.auties00:map-module:1.3'// https://jarcasting.com/artifacts/com.github.auties00/map-module/
implementation ("com.github.auties00:map-module:1.3")'com.github.auties00:map-module:jar:1.3'<dependency org="com.github.auties00" name="map-module" rev="1.3">
  <artifact name="map-module" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.auties00', module='map-module', version='1.3')
)libraryDependencies += "com.github.auties00" % "map-module" % "1.3"[com.github.auties00/map-module "1.3"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.1 |