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