is not current version
Last Version 2.4.1

net.opentsdb:opentsdb 2.2.2

OpenTSDB is a distributed, scalable Time Series Database (TSDB) written on top of HBase. OpenTSDB was written to address a common need: store, index and serve metrics collected from computer systems (network gear, operating systems, applications) at a large scale, and make this data easily accessible and graphable.

Categories

Categories

Net
GroupId

GroupId

net.opentsdb
ArtifactId

ArtifactId

opentsdb
Version

Version

2.2.2
Type

Type

jar

Download opentsdb 2.2.2


<!-- https://jarcasting.com/artifacts/net.opentsdb/opentsdb/ -->
<dependency>
    <groupId>net.opentsdb</groupId>
    <artifactId>opentsdb</artifactId>
    <version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.opentsdb/opentsdb/
implementation 'net.opentsdb:opentsdb:2.2.2'
// https://jarcasting.com/artifacts/net.opentsdb/opentsdb/
implementation ("net.opentsdb:opentsdb:2.2.2")
'net.opentsdb:opentsdb:jar:2.2.2'
<dependency org="net.opentsdb" name="opentsdb" rev="2.2.2">
  <artifact name="opentsdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.opentsdb', module='opentsdb', version='2.2.2')
)
libraryDependencies += "net.opentsdb" % "opentsdb" % "2.2.2"
[net.opentsdb/opentsdb "2.2.2"]