Download dto-support-1.0.0.jar file - Jar d

Jar examples for d:dto-support

Description

Validate DTO members. Easy marshalling/unmarshalling. Handle element collections effortlessly

You can download jar file dto-support 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add dto-support-1.0.0.jar to your project.

<dependency>
   <groupId>org.bongiorno</groupId>
   <artifactId>dto-support</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'org.bongiorno', name: 'dto-support', version: '1.0.0'
libraryDependencies += "org.bongiorno" % "dto-support" % "1.0.0"
<dependency org="org.bongiorno" name="dto-support" rev="1.0.0"/>
@Grapes(@Grab(group='org.bongiorno', module='dto-support', version='1.0.0'))
'org.bongiorno:dto-support:jar:1.0.0'

Download

Click the following link to download the jar file.

dto-support-1.0.0-javadoc.jar
dto-support-1.0.0-sources.jar
dto-support-1.0.0.jar
dto-support-1.0.0.pom



Related Tutorials