is not current version
Last Version 8.1.1

com.cedarsoft.commons:lang 8.0.1


GroupId

GroupId

com.cedarsoft.commons
ArtifactId

ArtifactId

lang
Version

Version

8.0.1
Type

Type

jar

Download lang 8.0.1


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