| License |
License |
|---|---|
| GroupId | GroupIdorg.hglteam |
| ArtifactId | ArtifactIdconvertion |
| Last Version | Last Version1.1.1 |
| Release Date | Release Date |
| 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.1.1.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.hglteam/convertion/ -->
<dependency>
<groupId>org.hglteam</groupId>
<artifactId>convertion</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hglteam/convertion/
implementation 'org.hglteam:convertion:1.1.1'
// https://jarcasting.com/artifacts/org.hglteam/convertion/
implementation ("org.hglteam:convertion:1.1.1")
'org.hglteam:convertion:pom:1.1.1'
<dependency org="org.hglteam" name="convertion" rev="1.1.1">
<artifact name="convertion" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hglteam', module='convertion', version='1.1.1')
)
libraryDependencies += "org.hglteam" % "convertion" % "1.1.1"
[org.hglteam/convertion "1.1.1"]