Download opentsdb-2.3.0.jar file - Jar o

Jar examples for o:opentsdb

Description

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.

License

LGPLv2.1+

Build File

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'

Download

Click the following link to download the jar file.

opentsdb-2.3.0-javadoc.jar
opentsdb-2.3.0-sources.jar
opentsdb-2.3.0.jar
opentsdb-2.3.0.pom



Related Tutorials