| GroupId | GroupIdcom.pythian.opentsdb |
|---|---|
| ArtifactId | ArtifactIdasyncbigtable |
| Version | Version0.2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| asyncbigtable-0.2.1.pom | |
| asyncbigtable-0.2.1.jar | 83 KB |
| asyncbigtable-0.2.1-sources.jar | 104 KB |
| asyncbigtable-0.2.1-javadoc.jar | 280 KB |
| asyncbigtable-0.2.1-jar-with-dependencies.jar | 32 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.pythian.opentsdb/asyncbigtable/ -->
<dependency>
<groupId>com.pythian.opentsdb</groupId>
<artifactId>asyncbigtable</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.pythian.opentsdb/asyncbigtable/
implementation 'com.pythian.opentsdb:asyncbigtable:0.2.1'
// https://jarcasting.com/artifacts/com.pythian.opentsdb/asyncbigtable/
implementation ("com.pythian.opentsdb:asyncbigtable:0.2.1")
'com.pythian.opentsdb:asyncbigtable:jar:0.2.1'
<dependency org="com.pythian.opentsdb" name="asyncbigtable" rev="0.2.1">
<artifact name="asyncbigtable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pythian.opentsdb', module='asyncbigtable', version='0.2.1')
)
libraryDependencies += "com.pythian.opentsdb" % "asyncbigtable" % "0.2.1"
[com.pythian.opentsdb/asyncbigtable "0.2.1"]