j

jung-jai

Jung2 rendering project that uses Java Advanced Imaging (JAI) for non-affine transforms
http://jung.sourceforge.net/site/jung-jai
文件下载
文件名 操作
jung-jai-2.0.1.jar 下载
jung-jai-2.0.1.pom 下载
jung-jai-2.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.sf.jung</groupId>
  <artifactId>jung-jai</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'net.sf.jung:jung-jai:2.0.1'
Gradle Kotlin
implementation("net.sf.jung:jung-jai:2.0.1")
Scala SBT
libraryDependencies += "net.sf.jung" % "jung-jai" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.jung', module='jung-jai', version='2.0.1')
)
Apache Ivy
<dependency org="net.sf.jung" name="jung-jai" rev="2.0.1" />
Leiningen
[net.sf.jung/jung-jai "2.0.1"]
Apache Buildr
'net.sf.jung:jung-jai:jar:2.0.1'