is not current version
Last Version 2.0.1

net.ericaro:surfaceplotter 2.0.0.beta3

Simple, reusable, 3D surface-plotter library in Java/Swing.

Categories

Categories

Net
GroupId

GroupId

net.ericaro
ArtifactId

ArtifactId

surfaceplotter
Version

Version

2.0.0.beta3
Type

Type

jar

Download surfaceplotter 2.0.0.beta3


<!-- https://jarcasting.com/artifacts/net.ericaro/surfaceplotter/ -->
<dependency>
    <groupId>net.ericaro</groupId>
    <artifactId>surfaceplotter</artifactId>
    <version>2.0.0.beta3</version>
</dependency>
// https://jarcasting.com/artifacts/net.ericaro/surfaceplotter/
implementation 'net.ericaro:surfaceplotter:2.0.0.beta3'
// https://jarcasting.com/artifacts/net.ericaro/surfaceplotter/
implementation ("net.ericaro:surfaceplotter:2.0.0.beta3")
'net.ericaro:surfaceplotter:jar:2.0.0.beta3'
<dependency org="net.ericaro" name="surfaceplotter" rev="2.0.0.beta3">
  <artifact name="surfaceplotter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ericaro', module='surfaceplotter', version='2.0.0.beta3')
)
libraryDependencies += "net.ericaro" % "surfaceplotter" % "2.0.0.beta3"
[net.ericaro/surfaceplotter "2.0.0.beta3"]