Support code for DTO implementations

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

License

License

GroupId

GroupId

org.bongiorno
ArtifactId

ArtifactId

dto-support
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Support code for DTO implementations
Validate DTO members. Easy marshalling/unmarshalling. Handle element collections effortlessly
Project URL

Project URL

https://github.com/chb0github/

Download dto-support

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.bongiorno : misc jar 1.0.0
joda-time : joda-time jar 2.1
javax.ws.rs : javax.ws.rs-api jar 2.0
org.codehaus.jackson : jackson-jaxrs jar 1.9.3
org.codehaus.jackson : jackson-xc jar 1.9.3
net.sf.saxon : saxon jar 8.7

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0