Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.ericaro |
ArtifactId | ArtifactIdsurfaceplotter |
Version | Version2.0.0.beta3 |
Type | Typejar |
Filename | Size |
---|---|
surfaceplotter-2.0.0.beta3.pom | |
surfaceplotter-2.0.0.beta3.jar | 86 KB |
surfaceplotter-2.0.0.beta3-sources.jar | 56 KB |
surfaceplotter-2.0.0.beta3-javadoc.jar | 242 KB |
Browse |
<!-- 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"]