Main Page

From JRobin

Jump to: navigation, search

Welcome to JRobin, a Java port of RRDTool by Sasa Markovic.

This is the much overdue new home of JRobin. The old pages will be migrated here as time allows:

The latest release of JRobin is 1.5.9 (released on 05/09/2008), which can be downloaded as a Maven dependency from OpenNMS repository:

<project>
  ...
  <dependencies>
    <dependency>
      <groupId>org.jrobin</groupId>
      <artifactId>jrobin</artifactId>
      <version>1.5.9</version>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <id>opennms-repo</id>
      <name>OpenNMS Repository</name>
      <url>http://repo.opennms.org/maven2</url>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
    </repository>
  </repositories>
</project>

Previous official release of JRobin was 1.5.4, which can be downloaded through JRobin SourceForge project. For more info on older releases, see the news archive.

Personal tools