| Группа | Группаcom.cedarsoft.commons |
|---|---|
| Идентификатор | Идентификаторfile |
| Версия | Версия8.3.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| file-8.3.0.pom | |
| file-8.3.0.jar | 14 KB |
| file-8.3.0-tests.jar | 8 KB |
| file-8.3.0-sources.jar | 15 KB |
| file-8.3.0-javadoc.jar | 38 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/file/ -->
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>file</artifactId>
<version>8.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/file/
implementation 'com.cedarsoft.commons:file:8.3.0'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/file/
implementation ("com.cedarsoft.commons:file:8.3.0")
'com.cedarsoft.commons:file:jar:8.3.0'
<dependency org="com.cedarsoft.commons" name="file" rev="8.3.0">
<artifact name="file" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='file', version='8.3.0')
)
libraryDependencies += "com.cedarsoft.commons" % "file" % "8.3.0"
[com.cedarsoft.commons/file "8.3.0"]