License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdorg.sameersingh.scalaplot |
ArtifactId | ArtifactIdscalaplot |
Version | Version0.1 |
Type | Typejar |
Description |
Descriptionscalaplot
Library for plotting the results of experiments
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
scalaplot-0.1.pom | |
scalaplot-0.1.jar | 204 KB |
scalaplot-0.1-sources.jar | 16 KB |
scalaplot-0.1-javadoc.jar | 580 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sameersingh.scalaplot/scalaplot/ -->
<dependency>
<groupId>org.sameersingh.scalaplot</groupId>
<artifactId>scalaplot</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sameersingh.scalaplot/scalaplot/
implementation 'org.sameersingh.scalaplot:scalaplot:0.1'
// https://jarcasting.com/artifacts/org.sameersingh.scalaplot/scalaplot/
implementation ("org.sameersingh.scalaplot:scalaplot:0.1")
'org.sameersingh.scalaplot:scalaplot:jar:0.1'
<dependency org="org.sameersingh.scalaplot" name="scalaplot" rev="0.1">
<artifact name="scalaplot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sameersingh.scalaplot', module='scalaplot', version='0.1')
)
libraryDependencies += "org.sameersingh.scalaplot" % "scalaplot" % "0.1"
[org.sameersingh.scalaplot/scalaplot "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.4 |
jfree : jfreechart | jar | 1.0.13 |
com.itextpdf : itextpdf | jar | 5.1.2 |
com.itextpdf.tool : xmlworker | jar | 1.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |