Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.sameersingh.scalaplot |
ArtifactId | ArtifactIdscalaplot |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
scalaplot-0.0.3.pom | |
scalaplot-0.0.3.jar | 150 KB |
scalaplot-0.0.3-sources.jar | 13 KB |
scalaplot-0.0.3-javadoc.jar | 502 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sameersingh.scalaplot/scalaplot/ -->
<dependency>
<groupId>org.sameersingh.scalaplot</groupId>
<artifactId>scalaplot</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.sameersingh.scalaplot/scalaplot/
implementation 'org.sameersingh.scalaplot:scalaplot:0.0.3'
// https://jarcasting.com/artifacts/org.sameersingh.scalaplot/scalaplot/
implementation ("org.sameersingh.scalaplot:scalaplot:0.0.3")
'org.sameersingh.scalaplot:scalaplot:jar:0.0.3'
<dependency org="org.sameersingh.scalaplot" name="scalaplot" rev="0.0.3">
<artifact name="scalaplot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sameersingh.scalaplot', module='scalaplot', version='0.0.3')
)
libraryDependencies += "org.sameersingh.scalaplot" % "scalaplot" % "0.0.3"
[org.sameersingh.scalaplot/scalaplot "0.0.3"]