is not current version
Last Version 1.6

com.github.cosycode:common-lang 1.0

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

GroupId

GroupId

com.github.cosycode
ArtifactId

ArtifactId

common-lang
Version

Version

1.0
Type

Type

jar

Download common-lang 1.0


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