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