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