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