Last Version

GInfuser 1.1.0

A gosu implementation to map a domain class into a DTO *(data transfer object)*. This utilizes annotations to describe how the fields in the DTO must be populated.

License

License

GroupId

GroupId

xyz.ronella.gosu
ArtifactId

ArtifactId

ginfuser
Version

Version

1.1.0
Type

Type

jar
Description

Description

GInfuser
A gosu implementation to map a domain class into a DTO *(data transfer object)*. This utilizes annotations to describe how the fields in the DTO must be populated.
Project URL

Project URL

https://github.com/rcw3bb/ginfuser
Source Code Management

Source Code Management

https://github.com/rcw3bb/ginfuser

Download ginfuser 1.1.0


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

Dependencies

compile (1)

Group / Artifact Type Version
org.gosu-lang.gosu : gosu-core jar 1.14.14

test (1)

Group / Artifact Type Version
org.gosu-lang.gosu : gosu-test jar 1.14.14

Project Modules

There are no modules declared in this project.