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