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