GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdvfs |
Version | Version1.2.4 |
Type | Typepom |
Filename | Size |
---|---|
vfs-1.2.4.pom | 500 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/vfs/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>vfs</artifactId>
<version>1.2.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/vfs/
implementation 'org.tinygroup:vfs:1.2.4'
// https://jarcasting.com/artifacts/org.tinygroup/vfs/
implementation ("org.tinygroup:vfs:1.2.4")
'org.tinygroup:vfs:pom:1.2.4'
<dependency org="org.tinygroup" name="vfs" rev="1.2.4">
<artifact name="vfs" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='vfs', version='1.2.4')
)
libraryDependencies += "org.tinygroup" % "vfs" % "1.2.4"
[org.tinygroup/vfs "1.2.4"]