j

jiffle

Jiffle is a scripting language for creating and analysing raster images.
http://code.google.com/p/jiffle/
Simplified BSD
Michael Bedward Andrea Antonello
文件下载
文件名 操作
jiffle-0.2.1.pom 下载
Apache Maven
<dependency>
  <groupId>org.jaitools</groupId>
  <artifactId>jiffle</artifactId>
  <version>0.2.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jaitools:jiffle:0.2.1'
Gradle Kotlin
implementation("org.jaitools:jiffle:0.2.1")
Scala SBT
libraryDependencies += "org.jaitools" % "jiffle" % "0.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.jaitools', module='jiffle', version='0.2.1')
)
Apache Ivy
<dependency org="org.jaitools" name="jiffle" rev="0.2.1" />
Leiningen
[org.jaitools/jiffle "0.2.1"]
Apache Buildr
'org.jaitools:jiffle:jar:0.2.1'