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