GroupId | GroupIdcom.cedarsoft.couchdb |
---|---|
ArtifactId | ArtifactIdcouchdb-parent |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
couchdb-parent-1.0.5.pom | 2 KB |
couchdb-parent-1.0.5-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.couchdb/couchdb-parent/ -->
<dependency>
<groupId>com.cedarsoft.couchdb</groupId>
<artifactId>couchdb-parent</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.couchdb/couchdb-parent/
implementation 'com.cedarsoft.couchdb:couchdb-parent:1.0.5'
// https://jarcasting.com/artifacts/com.cedarsoft.couchdb/couchdb-parent/
implementation ("com.cedarsoft.couchdb:couchdb-parent:1.0.5")
'com.cedarsoft.couchdb:couchdb-parent:jar:1.0.5'
<dependency org="com.cedarsoft.couchdb" name="couchdb-parent" rev="1.0.5">
<artifact name="couchdb-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.couchdb', module='couchdb-parent', version='1.0.5')
)
libraryDependencies += "com.cedarsoft.couchdb" % "couchdb-parent" % "1.0.5"
[com.cedarsoft.couchdb/couchdb-parent "1.0.5"]