| GroupId | GroupIdcom.github.wlfcolin |
|---|---|
| ArtifactId | ArtifactIdFileDownloader |
| Version | Version0.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| FileDownloader-0.3.0.pom | -1 bytes |
| FileDownloader-0.3.0-sources.jar | 110 KB |
| FileDownloader-0.3.0-javadoc.jar | 389 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.wlfcolin/FileDownloader/ -->
<dependency>
<groupId>com.github.wlfcolin</groupId>
<artifactId>FileDownloader</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wlfcolin/FileDownloader/
implementation 'com.github.wlfcolin:FileDownloader:0.3.0'
// https://jarcasting.com/artifacts/com.github.wlfcolin/FileDownloader/
implementation ("com.github.wlfcolin:FileDownloader:0.3.0")
'com.github.wlfcolin:FileDownloader:jar:0.3.0'
<dependency org="com.github.wlfcolin" name="FileDownloader" rev="0.3.0">
<artifact name="FileDownloader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wlfcolin', module='FileDownloader', version='0.3.0')
)
libraryDependencies += "com.github.wlfcolin" % "FileDownloader" % "0.3.0"
[com.github.wlfcolin/FileDownloader "0.3.0"]