| License |
License |
|---|---|
| GroupId | GroupIdfi.ratamaa |
| ArtifactId | ArtifactIddtoconverter |
| Version | Version2.0.3-RELEASE |
| Type | Typejar |
| Description |
Descriptiondtoconverter
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.
|
<!-- 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"]
| 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 |
| 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 |