is not current version
Last Version 2.1.1

org.webpieces:plugin-dto 2.0.149

DTO plugin that can be used instead of hibernate to bind dtos for html forms

GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

plugin-dto
Version

Version

2.0.149
Type

Type

jar

Download plugin-dto 2.0.149


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