GroupId | GroupIdcom.cedarsoft.commons |
---|---|
ArtifactId | ArtifactIdtest-utils |
Version | Version2.0.4 |
Type | Typejar |
Filename | Size |
---|---|
test-utils-2.0.4.pom | |
test-utils-2.0.4.jar | 14 KB |
test-utils-2.0.4-tests.jar | 2 KB |
test-utils-2.0.4-sources.jar | 12 KB |
test-utils-2.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/test-utils/
implementation 'com.cedarsoft.commons:test-utils:2.0.4'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/test-utils/
implementation ("com.cedarsoft.commons:test-utils:2.0.4")
'com.cedarsoft.commons:test-utils:jar:2.0.4'
<dependency org="com.cedarsoft.commons" name="test-utils" rev="2.0.4">
<artifact name="test-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='test-utils', version='2.0.4')
)
libraryDependencies += "com.cedarsoft.commons" % "test-utils" % "2.0.4"
[com.cedarsoft.commons/test-utils "2.0.4"]