is not current version
Last Version 5.5.1

de.intarsys.opensource:jbig2 5.3

This implementation uses the JBIG2 decoder provider by IDRsolutions (jPedal).

GroupId

GroupId

de.intarsys.opensource
ArtifactId

ArtifactId

jbig2
Version

Version

5.3
Type

Type

jar

Download jbig2 5.3


<!-- https://jarcasting.com/artifacts/de.intarsys.opensource/jbig2/ -->
<dependency>
    <groupId>de.intarsys.opensource</groupId>
    <artifactId>jbig2</artifactId>
    <version>5.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.intarsys.opensource/jbig2/
implementation 'de.intarsys.opensource:jbig2:5.3'
// https://jarcasting.com/artifacts/de.intarsys.opensource/jbig2/
implementation ("de.intarsys.opensource:jbig2:5.3")
'de.intarsys.opensource:jbig2:jar:5.3'
<dependency org="de.intarsys.opensource" name="jbig2" rev="5.3">
  <artifact name="jbig2" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.intarsys.opensource', module='jbig2', version='5.3')
)
libraryDependencies += "de.intarsys.opensource" % "jbig2" % "5.3"
[de.intarsys.opensource/jbig2 "5.3"]