is not current version
Last Version 1.3.7

com.cedarsoft.utils:common 1.3.4


GroupId

GroupId

com.cedarsoft.utils
ArtifactId

ArtifactId

common
Version

Version

1.3.4
Type

Type

jar

Download common 1.3.4


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