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