License |
License |
---|---|
GroupId | GroupIdorg.hglteam |
ArtifactId | ArtifactIdconversion-bom |
Last Version | Last Version2.0.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSmall set of classes to convert POJOs
|
Filename | Size |
---|---|
conversion-bom-2.0.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hglteam/conversion-bom/ -->
<dependency>
<groupId>org.hglteam</groupId>
<artifactId>conversion-bom</artifactId>
<version>2.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hglteam/conversion-bom/
implementation 'org.hglteam:conversion-bom:2.0.3'
// https://jarcasting.com/artifacts/org.hglteam/conversion-bom/
implementation ("org.hglteam:conversion-bom:2.0.3")
'org.hglteam:conversion-bom:pom:2.0.3'
<dependency org="org.hglteam" name="conversion-bom" rev="2.0.3">
<artifact name="conversion-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hglteam', module='conversion-bom', version='2.0.3')
)
libraryDependencies += "org.hglteam" % "conversion-bom" % "2.0.3"
[org.hglteam/conversion-bom "2.0.3"]