is not current version
Last Version 8.1.1

com.cedarsoft.business:dependencies 1.0.2


GroupId

GroupId

com.cedarsoft.business
ArtifactId

ArtifactId

dependencies
Version

Version

1.0.2
Type

Type

jar

Download dependencies 1.0.2


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