Jar examples for o:opentsdb
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.
You can download jar file opentsdb 2.3.0 in this page.
LGPLv2.1+
You can use the following script to add opentsdb-2.3.0.jar to your project.
<dependency> <groupId>net.opentsdb</groupId> <artifactId>opentsdb</artifactId> <version>2.3.0</version> </dependency>
compile group: 'net.opentsdb', name: 'opentsdb', version: '2.3.0'
libraryDependencies += "net.opentsdb" % "opentsdb" % "2.3.0"
<dependency org="net.opentsdb" name="opentsdb" rev="2.3.0"/>
@Grapes(@Grab(group='net.opentsdb', module='opentsdb', version='2.3.0'))
'net.opentsdb:opentsdb:jar:2.3.0'
Click the following link to download the jar file.
opentsdb-2.3.0-javadoc.jar