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