| Группа | Группаcom.pythian.opentsdb |
|---|---|
| Идентификатор | Идентификаторasyncbigtable |
| Версия | Версия0.4.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| asyncbigtable-0.4.1.pom | |
| asyncbigtable-0.4.1.jar | 93 KB |
| asyncbigtable-0.4.1-sources.jar | 115 KB |
| asyncbigtable-0.4.1-javadoc.jar | 699 KB |
| asyncbigtable-0.4.1-jar-with-dependencies.jar | 61 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.pythian.opentsdb/asyncbigtable/ -->
<dependency>
<groupId>com.pythian.opentsdb</groupId>
<artifactId>asyncbigtable</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.pythian.opentsdb/asyncbigtable/
implementation 'com.pythian.opentsdb:asyncbigtable:0.4.1'
// https://jarcasting.com/artifacts/com.pythian.opentsdb/asyncbigtable/
implementation ("com.pythian.opentsdb:asyncbigtable:0.4.1")
'com.pythian.opentsdb:asyncbigtable:jar:0.4.1'
<dependency org="com.pythian.opentsdb" name="asyncbigtable" rev="0.4.1">
<artifact name="asyncbigtable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pythian.opentsdb', module='asyncbigtable', version='0.4.1')
)
libraryDependencies += "com.pythian.opentsdb" % "asyncbigtable" % "0.4.1"
[com.pythian.opentsdb/asyncbigtable "0.4.1"]