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