| License |
License |
|---|---|
| GroupId | GroupIdcom.pythian.opentsdb |
| ArtifactId | ArtifactIdasyncbigtable |
| Version | Version0.4.3 |
| Type | Typejar |
| Description |
DescriptionAsync Bigtable library
A drop in replacement for the AsyncHBase library and integrate OpenTSDB with Google Bigtable.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| asyncbigtable-0.4.3.pom | |
| asyncbigtable-0.4.3.jar | 93 KB |
| asyncbigtable-0.4.3-sources.jar | 117 KB |
| asyncbigtable-0.4.3-javadoc.jar | 323 KB |
| asyncbigtable-0.4.3-jar-with-dependencies.jar | 72 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.pythian.opentsdb/asyncbigtable/ -->
<dependency>
<groupId>com.pythian.opentsdb</groupId>
<artifactId>asyncbigtable</artifactId>
<version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.pythian.opentsdb/asyncbigtable/
implementation 'com.pythian.opentsdb:asyncbigtable:0.4.3'
// https://jarcasting.com/artifacts/com.pythian.opentsdb/asyncbigtable/
implementation ("com.pythian.opentsdb:asyncbigtable:0.4.3")
'com.pythian.opentsdb:asyncbigtable:jar:0.4.3'
<dependency org="com.pythian.opentsdb" name="asyncbigtable" rev="0.4.3">
<artifact name="asyncbigtable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pythian.opentsdb', module='asyncbigtable', version='0.4.3')
)
libraryDependencies += "com.pythian.opentsdb" % "asyncbigtable" % "0.4.3"
[com.pythian.opentsdb/asyncbigtable "0.4.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.stumbleupon : async | jar | 1.4.1 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| com.google.guava : guava | jar | 18.0 |
| com.google.cloud.bigtable : bigtable-hbase-2.x-hadoop | jar | 1.23.0 |
| commons-lang : commons-lang | jar | 2.6 |
| commons-configuration : commons-configuration | jar | 1.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : log4j-over-slf4j | jar | 1.7.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-core | jar | 1.3 |
| junit : junit | jar | 4.11 |
| org.javassist : javassist | jar | 3.18.1-GA |
| org.mockito : mockito-all | jar | 1.9.5 |
| org.objenesis : objenesis | jar | 2.1 |
| org.powermock : powermock-module-junit4 | jar | 1.5.4 |
| org.powermock : powermock-api-mockito | jar | 1.5.4 |