is not current version
Last Version 2.0.1

net.sf.jung:jung-jai 2.0

Jung2 rendering project that uses Java Advanced Imaging (JAI) for non-affine transforms

Categories

Categories

Net
GroupId

GroupId

net.sf.jung
ArtifactId

ArtifactId

jung-jai
Version

Version

2.0
Type

Type

jar

Download jung-jai 2.0


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