| GroupId | GroupIdio.github.vonathar |
|---|---|
| ArtifactId | ArtifactIddownloader |
| Version | Version1.11 |
| Type | Typejar |
| Filename | Size |
|---|---|
| downloader-1.11.pom | |
| downloader-1.11.jar | 43 KB |
| downloader-1.11-sources.jar | 29 KB |
| downloader-1.11-javadoc.jar | 517 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.vonathar/downloader/ -->
<dependency>
<groupId>io.github.vonathar</groupId>
<artifactId>downloader</artifactId>
<version>1.11</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.vonathar/downloader/
implementation 'io.github.vonathar:downloader:1.11'
// https://jarcasting.com/artifacts/io.github.vonathar/downloader/
implementation ("io.github.vonathar:downloader:1.11")
'io.github.vonathar:downloader:jar:1.11'
<dependency org="io.github.vonathar" name="downloader" rev="1.11">
<artifact name="downloader" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.vonathar', module='downloader', version='1.11')
)
libraryDependencies += "io.github.vonathar" % "downloader" % "1.11"
[io.github.vonathar/downloader "1.11"]