| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJava Языки программирования Сеть |
| Группа | Группаnet.java.truevfs |
| Идентификатор | Идентификаторtruevfs-profile |
| Последняя версия | Последняя версия0.11.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеTrueVFS Profile
Profile modules bundle some other modules so that you can use them as
a single all-in-one dependency - they do not provide any additional
functionality.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| truevfs-profile-0.11.1.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.java.truevfs/truevfs-profile/ -->
<dependency>
<groupId>net.java.truevfs</groupId>
<artifactId>truevfs-profile</artifactId>
<version>0.11.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.java.truevfs/truevfs-profile/
implementation 'net.java.truevfs:truevfs-profile:0.11.1'
// https://jarcasting.com/artifacts/net.java.truevfs/truevfs-profile/
implementation ("net.java.truevfs:truevfs-profile:0.11.1")
'net.java.truevfs:truevfs-profile:pom:0.11.1'
<dependency org="net.java.truevfs" name="truevfs-profile" rev="0.11.1">
<artifact name="truevfs-profile" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.java.truevfs', module='truevfs-profile', version='0.11.1')
)
libraryDependencies += "net.java.truevfs" % "truevfs-profile" % "0.11.1"
[net.java.truevfs/truevfs-profile "0.11.1"]