is not current version
Last Version 8.9.2

com.cedarsoft.commons:commons 8.1.1


GroupId

GroupId

com.cedarsoft.commons
ArtifactId

ArtifactId

commons
Version

Version

8.1.1
Type

Type

jar

Download commons 8.1.1


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