is not current version
Last Version 8.9.0

com.cedarsoft:commons 5.1.3


GroupId

GroupId

com.cedarsoft
ArtifactId

ArtifactId

commons
Version

Version

5.1.3
Type

Type

jar

Download commons 5.1.3


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