| License |
License
LGPL
|
|---|---|
| GroupId | GroupIdcom.purej |
| ArtifactId | ArtifactIdjrobin |
| Version | Version1.7.1 |
| 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.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jrobin-1.7.1.pom | |
| jrobin-1.7.1.jar | 802 KB |
| jrobin-1.7.1-sources.jar | 747 KB |
| jrobin-1.7.1-javadoc.jar | 532 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.easymock : easymock | jar | 3.1 |