License |
License
GNU LGPL
|
---|---|
GroupId | GroupIdcom.googlecode.surfaceplotter |
ArtifactId | ArtifactIdsurfaceplotter |
Version | Version2.0.0.beta2 |
Type | Typejar |
Description |
DescriptionSurface Plotter
Simple, reusable, 3D surface-plotter library in Java/Swing.
|
Filename | Size |
---|---|
surfaceplotter-2.0.0.beta2.pom | |
surfaceplotter-2.0.0.beta2.jar | 44 KB |
surfaceplotter-2.0.0.beta2-sources.jar | 32 KB |
surfaceplotter-2.0.0.beta2-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.surfaceplotter/surfaceplotter/ -->
<dependency>
<groupId>com.googlecode.surfaceplotter</groupId>
<artifactId>surfaceplotter</artifactId>
<version>2.0.0.beta2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.surfaceplotter/surfaceplotter/
implementation 'com.googlecode.surfaceplotter:surfaceplotter:2.0.0.beta2'
// https://jarcasting.com/artifacts/com.googlecode.surfaceplotter/surfaceplotter/
implementation ("com.googlecode.surfaceplotter:surfaceplotter:2.0.0.beta2")
'com.googlecode.surfaceplotter:surfaceplotter:jar:2.0.0.beta2'
<dependency org="com.googlecode.surfaceplotter" name="surfaceplotter" rev="2.0.0.beta2">
<artifact name="surfaceplotter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.surfaceplotter', module='surfaceplotter', version='2.0.0.beta2')
)
libraryDependencies += "com.googlecode.surfaceplotter" % "surfaceplotter" % "2.0.0.beta2"
[com.googlecode.surfaceplotter/surfaceplotter "2.0.0.beta2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |