| License |
License
GNU LGPL
|
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.ericaro |
| ArtifactId | ArtifactIdsurfaceplotter |
| Last Version | Last Version2.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSurface Plotter
Simple, reusable, 3D surface-plotter library in Java/Swing.
|
| Filename | Size |
|---|---|
| surfaceplotter-2.0.1.pom | |
| surfaceplotter-2.0.1.jar | 91 KB |
| surfaceplotter-2.0.1-sources.jar | 60 KB |
| surfaceplotter-2.0.1-javadoc.jar | 278 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.ericaro/surfaceplotter/ -->
<dependency>
<groupId>net.ericaro</groupId>
<artifactId>surfaceplotter</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.ericaro/surfaceplotter/
implementation 'net.ericaro:surfaceplotter:2.0.1'
// https://jarcasting.com/artifacts/net.ericaro/surfaceplotter/
implementation ("net.ericaro:surfaceplotter:2.0.1")
'net.ericaro:surfaceplotter:jar:2.0.1'
<dependency org="net.ericaro" name="surfaceplotter" rev="2.0.1">
<artifact name="surfaceplotter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ericaro', module='surfaceplotter', version='2.0.1')
)
libraryDependencies += "net.ericaro" % "surfaceplotter" % "2.0.1"
[net.ericaro/surfaceplotter "2.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.xmlgraphics : batik-svggen | jar | 1.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.2 |