is not current version
Last Version 2.0.3

org.hglteam:conversion 2.0.2

Small set of classes to convert POJOs

GroupId

GroupId

org.hglteam
ArtifactId

ArtifactId

conversion
Version

Version

2.0.2
Type

Type

pom

Download conversion 2.0.2

Filename Size
conversion-2.0.2.pom 8 KB
Browse

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