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