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