is not current version
Last Version 2.4.1

net.opentsdb:opentsdb 2.3.0

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.3.0
Type

Type

jar

Download opentsdb 2.3.0


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