is not current version
Last Version 3.0.1

net.nodebox:graphics 3.0.0

The graphical engine powering NodeBox.

Categories

Categories

Net
GroupId

GroupId

net.nodebox
ArtifactId

ArtifactId

graphics
Version

Version

3.0.0
Type

Type

jar

Download graphics 3.0.0


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