c

common-lang

A more powerful tool class based on org.apache.commons:commons-lang3
https://github.com/cosycode/common-lang.git
The Apache Software License, Version 2.0
sinjar.chen
Files download
File Operation
common-lang-1.11.jar download
common-lang-1.11.pom download
common-lang-1.11-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.cosycode</groupId>
  <artifactId>common-lang</artifactId>
  <version>1.11</version>
</dependency>
Gradle Groovy
implementation 'com.github.cosycode:common-lang:1.11'
Gradle Kotlin
implementation("com.github.cosycode:common-lang:1.11")
Scala SBT
libraryDependencies += "com.github.cosycode" % "common-lang" % "1.11"
Groovy Grape
@Grapes(
  @Grab(group='com.github.cosycode', module='common-lang', version='1.11')
)
Apache Ivy
<dependency org="com.github.cosycode" name="common-lang" rev="1.11" />
Leiningen
[com.github.cosycode/common-lang "1.11"]
Apache Buildr
'com.github.cosycode:common-lang:jar:1.11'