Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.oschina.zcx7878 |
ArtifactId | ArtifactIdcicada.filesystem |
Version | Version1.0.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.oschina.zcx7878/cicada.filesystem/ -->
<dependency>
<groupId>net.oschina.zcx7878</groupId>
<artifactId>cicada.filesystem</artifactId>
<version>1.0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.oschina.zcx7878/cicada.filesystem/
implementation 'net.oschina.zcx7878:cicada.filesystem:1.0.0.6'
// https://jarcasting.com/artifacts/net.oschina.zcx7878/cicada.filesystem/
implementation ("net.oschina.zcx7878:cicada.filesystem:1.0.0.6")
'net.oschina.zcx7878:cicada.filesystem:jar:1.0.0.6'
<dependency org="net.oschina.zcx7878" name="cicada.filesystem" rev="1.0.0.6">
<artifact name="cicada.filesystem" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oschina.zcx7878', module='cicada.filesystem', version='1.0.0.6')
)
libraryDependencies += "net.oschina.zcx7878" % "cicada.filesystem" % "1.0.0.6"
[net.oschina.zcx7878/cicada.filesystem "1.0.0.6"]