| GroupId | GroupIdcom.github.mmauro94 |
|---|---|
| ArtifactId | ArtifactIdsiopeDownloader |
| Version | Version1.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| siopeDownloader-1.1.0.pom | |
| siopeDownloader-1.1.0.jar | 68 KB |
| siopeDownloader-1.1.0-sources.jar | 25 KB |
| siopeDownloader-1.1.0-javadoc.jar | 297 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mmauro94/siopeDownloader/ -->
<dependency>
<groupId>com.github.mmauro94</groupId>
<artifactId>siopeDownloader</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mmauro94/siopeDownloader/
implementation 'com.github.mmauro94:siopeDownloader:1.1.0'
// https://jarcasting.com/artifacts/com.github.mmauro94/siopeDownloader/
implementation ("com.github.mmauro94:siopeDownloader:1.1.0")
'com.github.mmauro94:siopeDownloader:jar:1.1.0'
<dependency org="com.github.mmauro94" name="siopeDownloader" rev="1.1.0">
<artifact name="siopeDownloader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mmauro94', module='siopeDownloader', version='1.1.0')
)
libraryDependencies += "com.github.mmauro94" % "siopeDownloader" % "1.1.0"
[com.github.mmauro94/siopeDownloader "1.1.0"]