License |
License |
---|---|
GroupId | GroupIdcom.panayotis |
ArtifactId | ArtifactIdjavaplot |
Last Version | Last Version0.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJavaPlot
JavaPlot is a pure Java programming interface library for GNUPlot. It can be used as a way to create gnuplot plots on the fly through pure Java commands.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
javaplot-0.5.0.pom | |
javaplot-0.5.0.jar | 59 KB |
javaplot-0.5.0-sources.jar | 68 KB |
javaplot-0.5.0-javadoc.jar | 370 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.panayotis/javaplot/ -->
<dependency>
<groupId>com.panayotis</groupId>
<artifactId>javaplot</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.panayotis/javaplot/
implementation 'com.panayotis:javaplot:0.5.0'
// https://jarcasting.com/artifacts/com.panayotis/javaplot/
implementation ("com.panayotis:javaplot:0.5.0")
'com.panayotis:javaplot:jar:0.5.0'
<dependency org="com.panayotis" name="javaplot" rev="0.5.0">
<artifact name="javaplot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.panayotis', module='javaplot', version='0.5.0')
)
libraryDependencies += "com.panayotis" % "javaplot" % "0.5.0"
[com.panayotis/javaplot "0.5.0"]