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