GroupId | GroupIdxyz.xiezc |
---|---|
ArtifactId | ArtifactIdxioc |
Version | Version2.1 |
Type | Typejar |
Filename | Size |
---|---|
xioc-2.1.pom | |
xioc-2.1.jar | 83 KB |
xioc-2.1-sources.jar | 47 KB |
xioc-2.1-javadoc.jar | 760 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.xiezc/xioc/ -->
<dependency>
<groupId>xyz.xiezc</groupId>
<artifactId>xioc</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.xiezc/xioc/
implementation 'xyz.xiezc:xioc:2.1'
// https://jarcasting.com/artifacts/xyz.xiezc/xioc/
implementation ("xyz.xiezc:xioc:2.1")
'xyz.xiezc:xioc:jar:2.1'
<dependency org="xyz.xiezc" name="xioc" rev="2.1">
<artifact name="xioc" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.xiezc', module='xioc', version='2.1')
)
libraryDependencies += "xyz.xiezc" % "xioc" % "2.1"
[xyz.xiezc/xioc "2.1"]