Categories |
CategoriesCouchbase Data Databases |
---|---|
GroupId | GroupIdorg.teiid |
ArtifactId | ArtifactIdthorntail-couchbase |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
thorntail-couchbase-2.0.0.pom | |
thorntail-couchbase-2.0.0.jar | 180 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.teiid/thorntail-couchbase/ -->
<dependency>
<groupId>org.teiid</groupId>
<artifactId>thorntail-couchbase</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.teiid/thorntail-couchbase/
implementation 'org.teiid:thorntail-couchbase:2.0.0'
// https://jarcasting.com/artifacts/org.teiid/thorntail-couchbase/
implementation ("org.teiid:thorntail-couchbase:2.0.0")
'org.teiid:thorntail-couchbase:jar:2.0.0'
<dependency org="org.teiid" name="thorntail-couchbase" rev="2.0.0">
<artifact name="thorntail-couchbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.teiid', module='thorntail-couchbase', version='2.0.0')
)
libraryDependencies += "org.teiid" % "thorntail-couchbase" % "2.0.0"
[org.teiid/thorntail-couchbase "2.0.0"]