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.10.1.jar download
imageio-iff-3.10.1.pom download
imageio-iff-3.10.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.twelvemonkeys.imageio</groupId>
  <artifactId>imageio-iff</artifactId>
  <version>3.10.1</version>
</dependency>
Gradle Groovy
implementation 'com.twelvemonkeys.imageio:imageio-iff:3.10.1'
Gradle Kotlin
implementation("com.twelvemonkeys.imageio:imageio-iff:3.10.1")
Scala SBT
libraryDependencies += "com.twelvemonkeys.imageio" % "imageio-iff" % "3.10.1"
Groovy Grape
@Grapes(
  @Grab(group='com.twelvemonkeys.imageio', module='imageio-iff', version='3.10.1')
)
Apache Ivy
<dependency org="com.twelvemonkeys.imageio" name="imageio-iff" rev="3.10.1" />
Leiningen
[com.twelvemonkeys.imageio/imageio-iff "3.10.1"]
Apache Buildr
'com.twelvemonkeys.imageio:imageio-iff:jar:3.10.1'