GroupId | GroupIdio.corbel |
---|---|
ArtifactId | ArtifactIdwebfs |
Version | Version1.28.0 |
Type | Typejar |
Filename | Size |
---|---|
webfs-1.28.0.pom | |
webfs-1.28.0.jar | 10 KB |
webfs-1.28.0-sources.jar | 7 KB |
webfs-1.28.0-javadoc.jar | 63 KB |
webfs-1.28.0-bin.tar.gz | 29 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.corbel/webfs/ -->
<dependency>
<groupId>io.corbel</groupId>
<artifactId>webfs</artifactId>
<version>1.28.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.corbel/webfs/
implementation 'io.corbel:webfs:1.28.0'
// https://jarcasting.com/artifacts/io.corbel/webfs/
implementation ("io.corbel:webfs:1.28.0")
'io.corbel:webfs:jar:1.28.0'
<dependency org="io.corbel" name="webfs" rev="1.28.0">
<artifact name="webfs" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.corbel', module='webfs', version='1.28.0')
)
libraryDependencies += "io.corbel" % "webfs" % "1.28.0"
[io.corbel/webfs "1.28.0"]