dtoconverter

A Generic DTO Converter aimed mainly for mapping and assembling JPA entity and Data Transfer Object classes. Can be used for other beans as well as other beans.

License

License

GroupId

GroupId

fi.ratamaa
ArtifactId

ArtifactId

dtoconverter
Last Version

Last Version

2.0.3-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

dtoconverter
A Generic DTO Converter aimed mainly for mapping and assembling JPA entity and Data Transfer Object classes. Can be used for other beans as well as other beans.

Download dtoconverter

How to add to project

<!-- https://jarcasting.com/artifacts/fi.ratamaa/dtoconverter/ -->
<dependency>
    <groupId>fi.ratamaa</groupId>
    <artifactId>dtoconverter</artifactId>
    <version>2.0.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/fi.ratamaa/dtoconverter/
implementation 'fi.ratamaa:dtoconverter:2.0.3-RELEASE'
// https://jarcasting.com/artifacts/fi.ratamaa/dtoconverter/
implementation ("fi.ratamaa:dtoconverter:2.0.3-RELEASE")
'fi.ratamaa:dtoconverter:jar:2.0.3-RELEASE'
<dependency org="fi.ratamaa" name="dtoconverter" rev="2.0.3-RELEASE">
  <artifact name="dtoconverter" type="jar" />
</dependency>
@Grapes(
@Grab(group='fi.ratamaa', module='dtoconverter', version='2.0.3-RELEASE')
)
libraryDependencies += "fi.ratamaa" % "dtoconverter" % "2.0.3-RELEASE"
[fi.ratamaa/dtoconverter "2.0.3-RELEASE"]

Dependencies

compile (5)

Group / Artifact Type Version
org.hibernate.javax.persistence : hibernate-jpa-2.0-api jar 1.0.1.Final
javax.validation : validation-api jar 1.0.0.GA
joda-time : joda-time jar 2.0
com.googlecode.lambdaj : lambdaj jar 2.3.3
javassist : javassist jar 3.12.1.GA

test (4)

Group / Artifact Type Version
junit : junit jar 4.10
org.slf4j : slf4j-api jar 1.6.2
org.slf4j : slf4j-simple jar 1.6.2
org.xerial : sqlite-jdbc jar 3.6.0

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.3-RELEASE
2.0.2-RELEASE