| License |
License |
|---|---|
| GroupId | GroupIdcom.github.igoricelic |
| ArtifactId | ArtifactIddtomapper |
| Version | Version1.1.0 |
| 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.1.0.pom | |
| dtomapper-1.1.0.jar | 36 KB |
| dtomapper-1.1.0-sources.jar | 20 KB |
| dtomapper-1.1.0-javadoc.jar | 519 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.igoricelic/dtomapper/ -->
<dependency>
<groupId>com.github.igoricelic</groupId>
<artifactId>dtomapper</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.igoricelic/dtomapper/
implementation 'com.github.igoricelic:dtomapper:1.1.0'
// https://jarcasting.com/artifacts/com.github.igoricelic/dtomapper/
implementation ("com.github.igoricelic:dtomapper:1.1.0")
'com.github.igoricelic:dtomapper:jar:1.1.0'
<dependency org="com.github.igoricelic" name="dtomapper" rev="1.1.0">
<artifact name="dtomapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.igoricelic', module='dtomapper', version='1.1.0')
)
libraryDependencies += "com.github.igoricelic" % "dtomapper" % "1.1.0"
[com.github.igoricelic/dtomapper "1.1.0"]
| 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 |