License |
License |
---|---|
GroupId | GroupIdorg.jtransfo |
ArtifactId | ArtifactIdjtransfo |
Version | Version2.9 |
Type | Typejar |
Description |
DescriptionjTransfo
Convert from and to transfer objects.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jtransfo-2.9.pom | 15 KB |
jtransfo-2.9-tests.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jtransfo/jtransfo/ -->
<dependency>
<groupId>org.jtransfo</groupId>
<artifactId>jtransfo</artifactId>
<version>2.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.jtransfo/jtransfo/
implementation 'org.jtransfo:jtransfo:2.9'
// https://jarcasting.com/artifacts/org.jtransfo/jtransfo/
implementation ("org.jtransfo:jtransfo:2.9")
'org.jtransfo:jtransfo:jar:2.9'
<dependency org="org.jtransfo" name="jtransfo" rev="2.9">
<artifact name="jtransfo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jtransfo', module='jtransfo', version='2.9')
)
libraryDependencies += "org.jtransfo" % "jtransfo" % "2.9"
[org.jtransfo/jtransfo "2.9"]