| License |
License |
|---|---|
| GroupId | GroupIdio.github.vonathar |
| ArtifactId | ArtifactIdDownloader |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionio.github.vonathar:Downloader
A simple library to download multiple files.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| Downloader-1.1.pom | |
| Downloader-1.1.jar | 2 KB |
| Downloader-1.1-sources.jar | 2 KB |
| Downloader-1.1-javadoc.jar | 389 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.vonathar/Downloader/ -->
<dependency>
<groupId>io.github.vonathar</groupId>
<artifactId>Downloader</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.vonathar/Downloader/
implementation 'io.github.vonathar:Downloader:1.1'
// https://jarcasting.com/artifacts/io.github.vonathar/Downloader/
implementation ("io.github.vonathar:Downloader:1.1")
'io.github.vonathar:Downloader:jar:1.1'
<dependency org="io.github.vonathar" name="Downloader" rev="1.1">
<artifact name="Downloader" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.vonathar', module='Downloader', version='1.1')
)
libraryDependencies += "io.github.vonathar" % "Downloader" % "1.1"
[io.github.vonathar/Downloader "1.1"]