| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.oschina.zcx7878 |
| Идентификатор | Идентификаторcicada.filesystem |
| Версия | Версия1.0.0.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| cicada.filesystem-1.0.0.5.pom | |
| cicada.filesystem-1.0.0.5.jar | 9 KB |
| cicada.filesystem-1.0.0.5-sources.jar | 5 KB |
| cicada.filesystem-1.0.0.5-javadoc.jar | 45 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.oschina.zcx7878/cicada.filesystem/ -->
<dependency>
<groupId>net.oschina.zcx7878</groupId>
<artifactId>cicada.filesystem</artifactId>
<version>1.0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.oschina.zcx7878/cicada.filesystem/
implementation 'net.oschina.zcx7878:cicada.filesystem:1.0.0.5'
// https://jarcasting.com/artifacts/net.oschina.zcx7878/cicada.filesystem/
implementation ("net.oschina.zcx7878:cicada.filesystem:1.0.0.5")
'net.oschina.zcx7878:cicada.filesystem:jar:1.0.0.5'
<dependency org="net.oschina.zcx7878" name="cicada.filesystem" rev="1.0.0.5">
<artifact name="cicada.filesystem" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oschina.zcx7878', module='cicada.filesystem', version='1.0.0.5')
)
libraryDependencies += "net.oschina.zcx7878" % "cicada.filesystem" % "1.0.0.5"
[net.oschina.zcx7878/cicada.filesystem "1.0.0.5"]