GroupId | GroupIdcom.cedarsoft.commons |
---|---|
ArtifactId | ArtifactIdtest-utils |
Version | Version8.0.1 |
Type | Typejar |
Filename | Size |
---|---|
test-utils-8.0.1.pom | |
test-utils-8.0.1.jar | 40 KB |
test-utils-8.0.1-tests.jar | 33 KB |
test-utils-8.0.1-sources.jar | 26 KB |
test-utils-8.0.1-javadoc.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/test-utils/ -->
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>test-utils</artifactId>
<version>8.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/test-utils/
implementation 'com.cedarsoft.commons:test-utils:8.0.1'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/test-utils/
implementation ("com.cedarsoft.commons:test-utils:8.0.1")
'com.cedarsoft.commons:test-utils:jar:8.0.1'
<dependency org="com.cedarsoft.commons" name="test-utils" rev="8.0.1">
<artifact name="test-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='test-utils', version='8.0.1')
)
libraryDependencies += "com.cedarsoft.commons" % "test-utils" % "8.0.1"
[com.cedarsoft.commons/test-utils "8.0.1"]