License |
License |
---|---|
GroupId | GroupIdcom.envimate.mapmate |
ArtifactId | ArtifactIdmapmate-parent |
Last Version | Last Version1.6.26 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMapMate 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-parent-1.6.26.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.envimate.mapmate/mapmate-parent/ -->
<dependency>
<groupId>com.envimate.mapmate</groupId>
<artifactId>mapmate-parent</artifactId>
<version>1.6.26</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.envimate.mapmate/mapmate-parent/
implementation 'com.envimate.mapmate:mapmate-parent:1.6.26'
// https://jarcasting.com/artifacts/com.envimate.mapmate/mapmate-parent/
implementation ("com.envimate.mapmate:mapmate-parent:1.6.26")
'com.envimate.mapmate:mapmate-parent:pom:1.6.26'
<dependency org="com.envimate.mapmate" name="mapmate-parent" rev="1.6.26">
<artifact name="mapmate-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.envimate.mapmate', module='mapmate-parent', version='1.6.26')
)
libraryDependencies += "com.envimate.mapmate" % "mapmate-parent" % "1.6.26"
[com.envimate.mapmate/mapmate-parent "1.6.26"]