i

imageio-iff

ImageIO plugin for Amiga/Electronic Arts Interchange Filed Format (IFF) type ILBM and PBM format.
Files download
File Operation
imageio-iff-3.5.jar download
imageio-iff-3.5.pom download
imageio-iff-3.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.twelvemonkeys.imageio</groupId>
  <artifactId>imageio-iff</artifactId>
  <version>3.5</version>
</dependency>
Gradle Groovy
implementation 'com.twelvemonkeys.imageio:imageio-iff:3.5'
Gradle Kotlin
implementation("com.twelvemonkeys.imageio:imageio-iff:3.5")
Scala SBT
libraryDependencies += "com.twelvemonkeys.imageio" % "imageio-iff" % "3.5"
Groovy Grape
@Grapes(
  @Grab(group='com.twelvemonkeys.imageio', module='imageio-iff', version='3.5')
)
Apache Ivy
<dependency org="com.twelvemonkeys.imageio" name="imageio-iff" rev="3.5" />
Leiningen
[com.twelvemonkeys.imageio/imageio-iff "3.5"]
Apache Buildr
'com.twelvemonkeys.imageio:imageio-iff:jar:3.5'