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