is not current version
Last Version 1.1.0

DtoMapper 1.0.2

Lightweight library for mapping domain to dto objects without disrupting lazy load performance.

License

License

GroupId

GroupId

com.github.igoricelic
ArtifactId

ArtifactId

dtomapper
Version

Version

1.0.2
Type

Type

jar
Description

Description

DtoMapper
Lightweight library for mapping domain to dto objects without disrupting lazy load performance.
Project URL

Project URL

https://github.com/igoricelic/dtomapper
Source Code Management

Source Code Management

http://github.com/igoricelic/dtomapper

Download dtomapper 1.0.2


<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.10
org.apache.commons : commons-lang3 jar 3.11

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.5.2

Project Modules

There are no modules declared in this project.