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