| License |
License |
|---|---|
| GroupId | GroupIdcom.github.igoricelic |
| ArtifactId | ArtifactIddtomapper |
| Version | Version1.0.2 |
| Type | Typejar |
| Description |
DescriptionDtoMapper
Lightweight library for mapping domain to dto objects without disrupting lazy load performance.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dtomapper-1.0.2.pom | |
| dtomapper-1.0.2.jar | 36 KB |
| dtomapper-1.0.2-sources.jar | 20 KB |
| dtomapper-1.0.2-javadoc.jar | 519 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.igoricelic/dtomapper/ -->
<dependency>
<groupId>com.github.igoricelic</groupId>
<artifactId>dtomapper</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.igoricelic/dtomapper/
implementation 'com.github.igoricelic:dtomapper:1.0.2'
// https://jarcasting.com/artifacts/com.github.igoricelic/dtomapper/
implementation ("com.github.igoricelic:dtomapper:1.0.2")
'com.github.igoricelic:dtomapper:jar:1.0.2'
<dependency org="com.github.igoricelic" name="dtomapper" rev="1.0.2">
<artifact name="dtomapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.igoricelic', module='dtomapper', version='1.0.2')
)
libraryDependencies += "com.github.igoricelic" % "dtomapper" % "1.0.2"
[com.github.igoricelic/dtomapper "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.10 |
| org.apache.commons : commons-lang3 | jar | 3.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |