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