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