| Categories | CategoriesCouchbase Data Databases | 
|---|---|
| GroupId | GroupIdcom.sandinh | 
| ArtifactId | ArtifactIdcouchbase-core-io | 
| Version | Version2.1.0-ccccac0 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| couchbase-core-io-2.1.0-ccccac0.pom | |
| couchbase-core-io-2.1.0-ccccac0.jar | 10 MB | 
| couchbase-core-io-2.1.0-ccccac0-sources.jar | 711 KB | 
| couchbase-core-io-2.1.0-ccccac0-javadoc.jar | 189 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.sandinh/couchbase-core-io/ -->
<dependency>
    <groupId>com.sandinh</groupId>
    <artifactId>couchbase-core-io</artifactId>
    <version>2.1.0-ccccac0</version>
</dependency>// https://jarcasting.com/artifacts/com.sandinh/couchbase-core-io/
implementation 'com.sandinh:couchbase-core-io:2.1.0-ccccac0'// https://jarcasting.com/artifacts/com.sandinh/couchbase-core-io/
implementation ("com.sandinh:couchbase-core-io:2.1.0-ccccac0")'com.sandinh:couchbase-core-io:jar:2.1.0-ccccac0'<dependency org="com.sandinh" name="couchbase-core-io" rev="2.1.0-ccccac0">
  <artifact name="couchbase-core-io" type="jar" />
</dependency>@Grapes(
@Grab(group='com.sandinh', module='couchbase-core-io', version='2.1.0-ccccac0')
)libraryDependencies += "com.sandinh" % "couchbase-core-io" % "2.1.0-ccccac0"[com.sandinh/couchbase-core-io "2.1.0-ccccac0"]