is not current version
Last Version 8.9.2

com.cedarsoft.dependencies-sets:test-basics 8.8.0

Contains the (very basic) test dependencies

GroupId

GroupId

com.cedarsoft.dependencies-sets
ArtifactId

ArtifactId

test-basics
Version

Version

8.8.0
Type

Type

jar

Download test-basics 8.8.0


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