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