Files download
File Operation
siopeDownloader-1.1.3.jar download
siopeDownloader-1.1.3.pom download
siopeDownloader-1.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mmauro94</groupId>
  <artifactId>siopeDownloader</artifactId>
  <version>1.1.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.mmauro94:siopeDownloader:1.1.3'
Gradle Kotlin
implementation("com.github.mmauro94:siopeDownloader:1.1.3")
Scala SBT
libraryDependencies += "com.github.mmauro94" % "siopeDownloader" % "1.1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mmauro94', module='siopeDownloader', version='1.1.3')
)
Apache Ivy
<dependency org="com.github.mmauro94" name="siopeDownloader" rev="1.1.3" />
Leiningen
[com.github.mmauro94/siopeDownloader "1.1.3"]
Apache Buildr
'com.github.mmauro94:siopeDownloader:jar:1.1.3'