is not current version
Last Version 1.6

com.github.cosycode:common-lang 1.3

A more powerful tool class based on org.apache.commons:commons-lang3

GroupId

GroupId

com.github.cosycode
ArtifactId

ArtifactId

common-lang
Version

Version

1.3
Type

Type

jar

Download common-lang 1.3


<!-- https://jarcasting.com/artifacts/com.github.cosycode/common-lang/ -->
<dependency>
    <groupId>com.github.cosycode</groupId>
    <artifactId>common-lang</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cosycode/common-lang/
implementation 'com.github.cosycode:common-lang:1.3'
// https://jarcasting.com/artifacts/com.github.cosycode/common-lang/
implementation ("com.github.cosycode:common-lang:1.3")
'com.github.cosycode:common-lang:jar:1.3'
<dependency org="com.github.cosycode" name="common-lang" rev="1.3">
  <artifact name="common-lang" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cosycode', module='common-lang', version='1.3')
)
libraryDependencies += "com.github.cosycode" % "common-lang" % "1.3"
[com.github.cosycode/common-lang "1.3"]