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