TrueVFS Archetype
The TrueVFS Archetype modules generate sample code for using or extending TrueVFS.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJava Языки программирования Сеть |
| Группа | Группаnet.java.truevfs |
| Идентификатор | Идентификаторtruevfs-archetype |
| Последняя версия | Последняя версия0.12.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеTrueVFS Archetype
Archetype modules generate sample code for using or extending TrueVFS.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| truevfs-archetype-0.12.1.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.java.truevfs/truevfs-archetype/ -->
<dependency>
<groupId>net.java.truevfs</groupId>
<artifactId>truevfs-archetype</artifactId>
<version>0.12.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.java.truevfs/truevfs-archetype/
implementation 'net.java.truevfs:truevfs-archetype:0.12.1'
// https://jarcasting.com/artifacts/net.java.truevfs/truevfs-archetype/
implementation ("net.java.truevfs:truevfs-archetype:0.12.1")
'net.java.truevfs:truevfs-archetype:pom:0.12.1'
<dependency org="net.java.truevfs" name="truevfs-archetype" rev="0.12.1">
<artifact name="truevfs-archetype" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.java.truevfs', module='truevfs-archetype', version='0.12.1')
)
libraryDependencies += "net.java.truevfs" % "truevfs-archetype" % "0.12.1"
[net.java.truevfs/truevfs-archetype "0.12.1"]
The TrueVFS Archetype modules generate sample code for using or extending TrueVFS.