JRobin

JRobin is a 100% pure Java alternative to RRDTool, with about exactly the same specifications. If you provide the same data to RRDTool and JRobin, you will get exactly the same results and graphs. All standard RRDTool operations are supported.

Лицензия

Лицензия

LGPL
Группа

Группа

com.purej
Идентификатор

Идентификатор

jrobin
Последняя версия

Последняя версия

1.7.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

JRobin
JRobin is a 100% pure Java alternative to RRDTool, with about exactly the same specifications. If you provide the same data to RRDTool and JRobin, you will get exactly the same results and graphs. All standard RRDTool operations are supported.
Организация-разработчик

Организация-разработчик

Stefan Mueller, adopus consulting gmbh
Система контроля версий

Система контроля версий

http://github.com/purej/jrobin

Скачать jrobin

Как подключить последнюю версию

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

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.easymock : easymock jar 3.1

Модули Проекта

Данный проект не имеет модулей.

JRobin

JRobin is a 100% pure java implementation of RRDTool's functionality. RRDtool is the OpenSource industry standard, high performance data logging and graphing system for time series data.

Check out the extensive documentation under /doc or the RRDTool website.

This fork provides support for Java 1.8 and higher (tested with JDK 11), as the com.sun.* dependencies have been removed.

Requisites

  • Java 1.8 or higher

Maven users just need to add the following dependency:

  <dependency>
    <groupId>com.purej</groupId>
    <artifactId>jrobin</artifactId>
    <version>1.7.1</version>
  </dependency>

Examples

example example example example example example example example example example example example example

Версии библиотеки

Версия
1.7.1
1.7.0