| License |
License |
|---|---|
| GroupId | GroupIdorg.bongiorno |
| ArtifactId | ArtifactIddto-support |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSupport code for DTO implementations
Validate DTO members. Easy marshalling/unmarshalling. Handle element collections effortlessly
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| dto-support-1.0.1.pom | |
| dto-support-1.0.1.jar | 22 KB |
| dto-support-1.0.1-sources.jar | 12 KB |
| dto-support-1.0.1-javadoc.jar | 121 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |