GroupId | GroupIdorg.hglteam |
---|---|
ArtifactId | ArtifactIdconvertion |
Version | Version1.0.3 |
Type | Typepom |
Filename | Size |
---|---|
convertion-1.0.3.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hglteam/convertion/ -->
<dependency>
<groupId>org.hglteam</groupId>
<artifactId>convertion</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hglteam/convertion/
implementation 'org.hglteam:convertion:1.0.3'
// https://jarcasting.com/artifacts/org.hglteam/convertion/
implementation ("org.hglteam:convertion:1.0.3")
'org.hglteam:convertion:pom:1.0.3'
<dependency org="org.hglteam" name="convertion" rev="1.0.3">
<artifact name="convertion" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hglteam', module='convertion', version='1.0.3')
)
libraryDependencies += "org.hglteam" % "convertion" % "1.0.3"
[org.hglteam/convertion "1.0.3"]