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

com.purej:jrobin 1.7.0

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.

Группа

Группа

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

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

jrobin
Версия

Версия

1.7.0
Тип

Тип

jar

Скачать jrobin 1.7.0


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