MVN

org.jdto : jdto-all

Maven & Gradle

Jan 06, 2013
12 stars

jDTO Binder · Java DTO population and data conversion framework.

<dependency>
    <groupId>org.jdto</groupId>
    <artifactId>jdto-all</artifactId>
    <version>1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jdto : jdto-all to add to Maven - Latest Versions:

  • Latest Stable: 1.4

All Versions

Choose a version of org.jdto : jdto-all to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4
jdto-all-1.4
1.3
jdto-all-1.3
1.2
jdto-all-1.2
1.1
jdto-all-1.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jdto</groupId>
    <artifactId>jdto-all</artifactId>
    <version>1.4</version>
</dependency>

Advertisement