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