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