| Categories | CategoriesCouchbase Data Databases | 
|---|---|
| GroupId | GroupIdcom.sandinh | 
| ArtifactId | ArtifactIdcouchbase-core-io | 
| Version | Version2.1.0-9fa60c7 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.sandinh/couchbase-core-io/ -->
<dependency>
    <groupId>com.sandinh</groupId>
    <artifactId>couchbase-core-io</artifactId>
    <version>2.1.0-9fa60c7</version>
</dependency>// https://jarcasting.com/artifacts/com.sandinh/couchbase-core-io/
implementation 'com.sandinh:couchbase-core-io:2.1.0-9fa60c7'// https://jarcasting.com/artifacts/com.sandinh/couchbase-core-io/
implementation ("com.sandinh:couchbase-core-io:2.1.0-9fa60c7")'com.sandinh:couchbase-core-io:jar:2.1.0-9fa60c7'<dependency org="com.sandinh" name="couchbase-core-io" rev="2.1.0-9fa60c7">
  <artifact name="couchbase-core-io" type="jar" />
</dependency>@Grapes(
@Grab(group='com.sandinh', module='couchbase-core-io', version='2.1.0-9fa60c7')
)libraryDependencies += "com.sandinh" % "couchbase-core-io" % "2.1.0-9fa60c7"[com.sandinh/couchbase-core-io "2.1.0-9fa60c7"]