| License |
License |
|---|---|
| GroupId | GroupIdcom.googlecode.jaitools |
| ArtifactId | ArtifactIdjiffle |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJiffle: JAI Image Function Language
Jiffle is a language and interpreter intended to make it easier to create
images from mathematical functions.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jiffle-1.0.1.pom | |
| jiffle-1.0.1.jar | 231 KB |
| jiffle-1.0.1-sources.jar | 125 KB |
| jiffle-1.0.1-javadoc.jar | 661 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jaitools/jiffle/ -->
<dependency>
<groupId>com.googlecode.jaitools</groupId>
<artifactId>jiffle</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jaitools/jiffle/
implementation 'com.googlecode.jaitools:jiffle:1.0.1'
// https://jarcasting.com/artifacts/com.googlecode.jaitools/jiffle/
implementation ("com.googlecode.jaitools:jiffle:1.0.1")
'com.googlecode.jaitools:jiffle:jar:1.0.1'
<dependency org="com.googlecode.jaitools" name="jiffle" rev="1.0.1">
<artifact name="jiffle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jaitools', module='jiffle', version='1.0.1')
)
libraryDependencies += "com.googlecode.jaitools" % "jiffle" % "1.0.1"
[com.googlecode.jaitools/jiffle "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.googlecode.jaitools : utils | jar | 1.0.1 |
| org.antlr : antlr | jar | 3.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.media : jai_core | jar | 1.1.3 |
| javax.media » jai_codec | jar | 1.1.3 |
| javax.media » jai_imageio | jar | 1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.5 |