GroupId | GroupIdcom.cedarsoft |
---|---|
ArtifactId | ArtifactIdtests |
Version | Version8.5.0 |
Type | Typejar |
Filename | Size |
---|---|
tests-8.5.0.pom | 655 bytes |
tests-8.5.0-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft/tests/ -->
<dependency>
<groupId>com.cedarsoft</groupId>
<artifactId>tests</artifactId>
<version>8.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft/tests/
implementation 'com.cedarsoft:tests:8.5.0'
// https://jarcasting.com/artifacts/com.cedarsoft/tests/
implementation ("com.cedarsoft:tests:8.5.0")
'com.cedarsoft:tests:jar:8.5.0'
<dependency org="com.cedarsoft" name="tests" rev="8.5.0">
<artifact name="tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft', module='tests', version='8.5.0')
)
libraryDependencies += "com.cedarsoft" % "tests" % "8.5.0"
[com.cedarsoft/tests "8.5.0"]