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