DtoMapper

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

License

License

GroupId

GroupId

com.github.igoricelic
ArtifactId

ArtifactId

dtomapper
Last Version

Last Version

1.1.0
Release Date

Release Date

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

How to add to project

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

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.

Versions

Version
1.1.0
1.0.2
1.0.1
1.0.0