License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdde.quantummaid.mapmaid |
ArtifactId | ArtifactIdcore |
Last Version | Last Version0.10.19 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMapMaid - Core Library
MapMaid is a modern mapping framework in the scope of mapping data in
JSON, XML, or YAML format into DTOs composed and vice versa.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
core-0.10.19.pom | |
core-0.10.19.jar | 479 KB |
core-0.10.19-sources.jar | 360 KB |
core-0.10.19-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/de.quantummaid.mapmaid/core/ -->
<dependency>
<groupId>de.quantummaid.mapmaid</groupId>
<artifactId>core</artifactId>
<version>0.10.19</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.mapmaid/core/
implementation 'de.quantummaid.mapmaid:core:0.10.19'
// https://jarcasting.com/artifacts/de.quantummaid.mapmaid/core/
implementation ("de.quantummaid.mapmaid:core:0.10.19")
'de.quantummaid.mapmaid:core:jar:0.10.19'
<dependency org="de.quantummaid.mapmaid" name="core" rev="0.10.19">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.mapmaid', module='core', version='0.10.19')
)
libraryDependencies += "de.quantummaid.mapmaid" % "core" % "0.10.19"
[de.quantummaid.mapmaid/core "0.10.19"]
Group / Artifact | Type | Version |
---|---|---|
de.quantummaid.reflectmaid : reflectmaid-core | jar | |
de.quantummaid.reflectmaid : reflectmaid-typescanner | jar | |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.20 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.5.21 |