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