| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sf.cotta |
| Идентификатор | Идентификаторcotta |
| Последняя версия | Последняя версия3.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеcotta
A lightweight file system framework that is created to ease the pain of writing an application that involves file handling
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| cotta-3.0.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.cotta/cotta/ -->
<dependency>
<groupId>net.sf.cotta</groupId>
<artifactId>cotta</artifactId>
<version>3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.cotta/cotta/
implementation 'net.sf.cotta:cotta:3.0'
// https://jarcasting.com/artifacts/net.sf.cotta/cotta/
implementation ("net.sf.cotta:cotta:3.0")
'net.sf.cotta:cotta:pom:3.0'
<dependency org="net.sf.cotta" name="cotta" rev="3.0">
<artifact name="cotta" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.cotta', module='cotta', version='3.0')
)
libraryDependencies += "net.sf.cotta" % "cotta" % "3.0"
[net.sf.cotta/cotta "3.0"]