Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdio.xocore |
ArtifactId | ArtifactIdxoc-utils-java |
Version | Version1.0.2 |
Type | Typepom |
Filename | Size |
---|---|
xoc-utils-java-1.0.2.pom | |
xoc-utils-java-1.0.2.jar | 1 KB |
xoc-utils-java-1.0.2-sources.jar | 1 KB |
xoc-utils-java-1.0.2-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.xocore/xoc-utils-java/ -->
<dependency>
<groupId>io.xocore</groupId>
<artifactId>xoc-utils-java</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.xocore/xoc-utils-java/
implementation 'io.xocore:xoc-utils-java:1.0.2'
// https://jarcasting.com/artifacts/io.xocore/xoc-utils-java/
implementation ("io.xocore:xoc-utils-java:1.0.2")
'io.xocore:xoc-utils-java:pom:1.0.2'
<dependency org="io.xocore" name="xoc-utils-java" rev="1.0.2">
<artifact name="xoc-utils-java" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.xocore', module='xoc-utils-java', version='1.0.2')
)
libraryDependencies += "io.xocore" % "xoc-utils-java" % "1.0.2"
[io.xocore/xoc-utils-java "1.0.2"]