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