| License |
License |
|---|---|
| GroupId | GroupIdcom.envimate |
| ArtifactId | ArtifactIdmapmate |
| Last Version | Last Version1.6.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmapmate
MapMate is a modern mapping framework in the scope of mapping data in
Json, XML, or YAML format into DTOs composed and vice versa.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mapmate-1.6.8.pom | |
| mapmate-1.6.8.jar | 39 KB |
| mapmate-1.6.8-sources.jar | 23 KB |
| mapmate-1.6.8-javadoc.jar | 154 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.envimate/mapmate/ -->
<dependency>
<groupId>com.envimate</groupId>
<artifactId>mapmate</artifactId>
<version>1.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.envimate/mapmate/
implementation 'com.envimate:mapmate:1.6.8'
// https://jarcasting.com/artifacts/com.envimate/mapmate/
implementation ("com.envimate:mapmate:1.6.8")
'com.envimate:mapmate:jar:1.6.8'
<dependency org="com.envimate" name="mapmate" rev="1.6.8">
<artifact name="mapmate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.envimate', module='mapmate', version='1.6.8')
)
libraryDependencies += "com.envimate" % "mapmate" % "1.6.8"
[com.envimate/mapmate "1.6.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| com.google.inject : guice | jar | 4.2.2 |
| com.google.code.gson : gson | jar | 2.8.5 |