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