is not current version
Last Version 1.4

org.jdto:jdto-all 1.1

Java DTO population and data conversion framework.

GroupId

GroupId

org.jdto
ArtifactId

ArtifactId

jdto-all
Version

Version

1.1
Type

Type

pom

Download jdto-all 1.1

Filename Size
jdto-all-1.1.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/org.jdto/jdto-all/ -->
<dependency>
    <groupId>org.jdto</groupId>
    <artifactId>jdto-all</artifactId>
    <version>1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jdto/jdto-all/
implementation 'org.jdto:jdto-all:1.1'
// https://jarcasting.com/artifacts/org.jdto/jdto-all/
implementation ("org.jdto:jdto-all:1.1")
'org.jdto:jdto-all:pom:1.1'
<dependency org="org.jdto" name="jdto-all" rev="1.1">
  <artifact name="jdto-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jdto', module='jdto-all', version='1.1')
)
libraryDependencies += "org.jdto" % "jdto-all" % "1.1"
[org.jdto/jdto-all "1.1"]