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