GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdvfs |
Version | Version0.0.12 |
Type | Typejar |
Filename | Size |
---|---|
vfs-0.0.12.pom | |
vfs-0.0.12.jar | 50 KB |
vfs-0.0.12-tests.jar | 24 KB |
vfs-0.0.12-sources.jar | 48 KB |
vfs-0.0.12-javadoc.jar | 198 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/vfs/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>vfs</artifactId>
<version>0.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/vfs/
implementation 'org.tinygroup:vfs:0.0.12'
// https://jarcasting.com/artifacts/org.tinygroup/vfs/
implementation ("org.tinygroup:vfs:0.0.12")
'org.tinygroup:vfs:jar:0.0.12'
<dependency org="org.tinygroup" name="vfs" rev="0.0.12">
<artifact name="vfs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='vfs', version='0.0.12')
)
libraryDependencies += "org.tinygroup" % "vfs" % "0.0.12"
[org.tinygroup/vfs "0.0.12"]