| Группа | Группаorg.tinygroup |
|---|---|
| Идентификатор | Идентификаторvfs |
| Версия | Версия1.2.2 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| vfs-1.2.2.pom | 500 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.tinygroup/vfs/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>vfs</artifactId>
<version>1.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/vfs/
implementation 'org.tinygroup:vfs:1.2.2'
// https://jarcasting.com/artifacts/org.tinygroup/vfs/
implementation ("org.tinygroup:vfs:1.2.2")
'org.tinygroup:vfs:pom:1.2.2'
<dependency org="org.tinygroup" name="vfs" rev="1.2.2">
<artifact name="vfs" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='vfs', version='1.2.2')
)
libraryDependencies += "org.tinygroup" % "vfs" % "1.2.2"
[org.tinygroup/vfs "1.2.2"]