GroupId | GroupIdcom.cedarsoft.couchdb |
---|---|
ArtifactId | ArtifactIdcouchdb-parent |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
couchdb-parent-2.0.0.pom | 3 KB |
couchdb-parent-2.0.0-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>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.couchdb/couchdb-parent/
implementation 'com.cedarsoft.couchdb:couchdb-parent:2.0.0'
// https://jarcasting.com/artifacts/com.cedarsoft.couchdb/couchdb-parent/
implementation ("com.cedarsoft.couchdb:couchdb-parent:2.0.0")
'com.cedarsoft.couchdb:couchdb-parent:jar:2.0.0'
<dependency org="com.cedarsoft.couchdb" name="couchdb-parent" rev="2.0.0">
<artifact name="couchdb-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.couchdb', module='couchdb-parent', version='2.0.0')
)
libraryDependencies += "com.cedarsoft.couchdb" % "couchdb-parent" % "2.0.0"
[com.cedarsoft.couchdb/couchdb-parent "2.0.0"]