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