License |
License
LGPL
|
---|---|
GroupId | GroupIdorg.jrobin |
ArtifactId | ArtifactIdjrobin |
Last Version | Last Version1.5.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJRobin
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.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jrobin-1.5.9.pom | |
jrobin-1.5.9.jar | 769 KB |
jrobin-1.5.9-sources.jar | 728 KB |
jrobin-1.5.9-javadoc.jar | 792 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jrobin/jrobin/ -->
<dependency>
<groupId>org.jrobin</groupId>
<artifactId>jrobin</artifactId>
<version>1.5.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.jrobin/jrobin/
implementation 'org.jrobin:jrobin:1.5.9'
// https://jarcasting.com/artifacts/org.jrobin/jrobin/
implementation ("org.jrobin:jrobin:1.5.9")
'org.jrobin:jrobin:jar:1.5.9'
<dependency org="org.jrobin" name="jrobin" rev="1.5.9">
<artifact name="jrobin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jrobin', module='jrobin', version='1.5.9')
)
libraryDependencies += "org.jrobin" % "jrobin" % "1.5.9"
[org.jrobin/jrobin "1.5.9"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |