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