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