Download levigo-jbig2-imageio-1.6.5.jar file

Introduction

You can download levigo-jbig2-imageio-1.6.5.jar in this page.

License

GPL v3

Type List

levigo-jbig2-imageio-1.6.5.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.levigo.jbig2/levigo-jbig2-imageio/pom.properties
META-INF/maven/com.levigo.jbig2/levigo-jbig2-imageio/pom.xml
META-INF/services/com.levigo.jbig2.util.cache.CacheBridge
META-INF/services/com.levigo.jbig2.util.log.LoggerBridge
META-INF/services/javax.imageio.spi.ImageReaderSpi
com.levigo.jbig2.Bitmap.class
com.levigo.jbig2.Dictionary.class
com.levigo.jbig2.JBIG2Document.class
com.levigo.jbig2.JBIG2Globals.class
com.levigo.jbig2.JBIG2ImageMetadata.class
com.levigo.jbig2.JBIG2ImageMetadataFormat.class
com.levigo.jbig2.JBIG2ImageReader.class
com.levigo.jbig2.JBIG2ImageReaderSpi.class
com.levigo.jbig2.JBIG2Page.class
com.levigo.jbig2.JBIG2ReadParam.class
com.levigo.jbig2.Region.class
com.levigo.jbig2.SegmentData.class
com.levigo.jbig2.SegmentHeader.class
com.levigo.jbig2.TestImage.class
com.levigo.jbig2.decoder.arithmetic.ArithmeticDecoder.class
com.levigo.jbig2.decoder.arithmetic.ArithmeticIntegerDecoder.class
com.levigo.jbig2.decoder.arithmetic.CX.class
com.levigo.jbig2.decoder.huffman.EncodedTable.class
com.levigo.jbig2.decoder.huffman.FixedSizeTable.class
com.levigo.jbig2.decoder.huffman.HuffmanTable.class
com.levigo.jbig2.decoder.huffman.InternalNode.class
com.levigo.jbig2.decoder.huffman.Node.class
com.levigo.jbig2.decoder.huffman.OutOfBandNode.class
com.levigo.jbig2.decoder.huffman.StandardTables.class
com.levigo.jbig2.decoder.huffman.ValueNode.class
com.levigo.jbig2.decoder.mmr.MMRConstants.class
com.levigo.jbig2.decoder.mmr.MMRDecompressor.class
com.levigo.jbig2.err.IntegerMaxValueException.class
com.levigo.jbig2.err.InvalidHeaderValueException.class
com.levigo.jbig2.err.JBIG2Exception.class
com.levigo.jbig2.image.BitmapScanline.class
com.levigo.jbig2.image.Bitmaps.class
com.levigo.jbig2.image.Filter.class
com.levigo.jbig2.image.FilterType.class
com.levigo.jbig2.image.ParameterizedFilter.class
com.levigo.jbig2.image.Resizer.class
com.levigo.jbig2.image.Scanline.class
com.levigo.jbig2.image.Weighttab.class
com.levigo.jbig2.io.DefaultInputStreamFactory.class
com.levigo.jbig2.io.InputStreamFactory.class
com.levigo.jbig2.io.SubInputStream.class
com.levigo.jbig2.segments.EndOfStripe.class
com.levigo.jbig2.segments.GenericRefinementRegion.class
com.levigo.jbig2.segments.GenericRegion.class
com.levigo.jbig2.segments.HalftoneRegion.class
com.levigo.jbig2.segments.PageInformation.class
com.levigo.jbig2.segments.PatternDictionary.class
com.levigo.jbig2.segments.Profiles.class
com.levigo.jbig2.segments.RegionSegmentInformation.class
com.levigo.jbig2.segments.SymbolDictionary.class
com.levigo.jbig2.segments.Table.class
com.levigo.jbig2.segments.TextRegion.class
com.levigo.jbig2.util.CombinationOperator.class
com.levigo.jbig2.util.DictionaryViewer.class
com.levigo.jbig2.util.ServiceLookup.class
com.levigo.jbig2.util.Utils.class
com.levigo.jbig2.util.cache.Cache.class
com.levigo.jbig2.util.cache.CacheBridge.class
com.levigo.jbig2.util.cache.CacheFactory.class
com.levigo.jbig2.util.cache.SoftReferenceCache.class
com.levigo.jbig2.util.cache.SoftReferenceCacheBridge.class
com.levigo.jbig2.util.log.JDKLogger.class
com.levigo.jbig2.util.log.JDKLoggerBridge.class
com.levigo.jbig2.util.log.Logger.class
com.levigo.jbig2.util.log.LoggerBridge.class
com.levigo.jbig2.util.log.LoggerFactory.class

Pom

levigo-jbig2-imageio-1.6.5.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>

	<groupId>com.levigo.jbig2</groupId>
	<artifactId>levigo-jbig2-imageio</artifactId>
	<name>jbig2-imageio</name>
	<version>1.6.5</version>
	
	<description>Java Image I/O plugin for reading JBIG2-compressed image data</description>
	<url>https://github.com/levigo/jbig2-imageio</url>
	
	<licenses>
		<license>
			<name>GPL v3</name>
			<url>http://www.gnu.org/licenses/gpl.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	
	<developers>
		<developer>
			<name>Matth?us Mayer</name>
			<email>m.mayer@levigo.de</email>
		</developer>
	</developers>

	<distributionManagement>
		<snapshotRepository>
			<id>sonatype-nexus-snapshots</id>
			<name>Sonatype Nexus Snapshot Repository</name>
			<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
		</snapshotRepository>
		<repository>
			<id>sonatype-nexus-staging</id>
			<name>Sonatype Nexus Release Staging Repository</name>
			<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
		</repository>
	</distributionManagement>

	<scm>
        <connection>scm:git:ssh://github.com/levigo/jbig2-imageio.git</connection>
		<developerConnection>scm:git:ssh://git@github.com/levigo/jbig2-imageio.git</developerConnection>
        <url>https://github.com/levigo/jbig2-imageio</url>
        <tag>levigo-jbig2-imageio-1.6.5</tag>
	</scm>

	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.10</version>
			<scope>test</scope>
		</dependency>
	</dependencies>

	<build>
		<plugins>
			<plugin>
				<artifactId>maven-compiler-plugin</artifactId>
				<configuration>
					<source>1.5</source>
					<target>1.5</target>
					<debug>false</debug>
					<optimize>true</optimize>
				</configuration>
			</plugin>

			<plugin>
				<inherited>false</inherited>
				<groupId>com.mycila.maven-license-plugin</groupId>
				<artifactId>maven-license-plugin</artifactId>
				<version>1.5.0</version>
				<configuration>
					<header>${basedir}/LICENSE-HEADER.txt</header>
					<failIfMissing>true</failIfMissing>
					<aggregate>true</aggregate>
					<useDefaultExcludes>false</useDefaultExcludes>
					<excludes>
						<exclude>**/.classpath</exclude>
						<exclude>**/.project</exclude>
						<exclude>**/.settings/**</exclude>
						<exclude>**/target/**</exclude>
						<exclude>**/pom.xml</exclude>
						<exclude>**/.idea/**</exclude>
						<exclude>**/atlassian-ide-plugin.xml</exclude>
					</excludes>
					<includes>
						<include>**/*.xml</include>
						<include>**/src/**/*.java</include>
						<include>**/src/**/*.properties</include>
					</includes>
				</configuration>
				<executions>
					<execution>
						<id>check-headers</id>
						<phase>verify</phase>
						<goals>
							<goal>check</goal>
						</goals>
					</execution>
				</executions>
			</plugin>

            <plugin>
                <artifactId>maven-release-plugin</artifactId>
                <version>2.4.2</version>
                <configuration>
                    <autoVersionSubmodules>true</autoVersionSubmodules>
                    <!-- Keep changes in the local repo, push will be done afterwards -->
                    <pushChanges>false</pushChanges>
                    <localCheckout>true</localCheckout>
                    <!-- Use a better name for the tag -->
                    <tagNameFormat>${artifactId}-${project.version}</tagNameFormat>
                </configuration>
                <dependencies>
                    <dependency>
                        <groupId>org.apache.maven.scm</groupId>
                        <artifactId>maven-scm-provider-gitexe</artifactId>
                        <version>1.9</version>
                    </dependency>
                </dependencies>
            </plugin>
		</plugins>
	</build>

	<profiles>
		<profile>
			<id>release-sign-artifacts</id>
			<activation>
				<property>
					<name>performRelease</name>
					<value>true</value>
				</property>
			</activation>
			<build>
				<plugins>
					<plugin>
						<groupId>org.apache.maven.plugins</groupId>
						<artifactId>maven-gpg-plugin</artifactId>
						<version>1.1</version>
						<configuration>
							<homedir>${levigo-jbig2-imageio.gpg.homedir}</homedir>
							<keyname>${levigo-jbig2-imageio.gpg.keyname}</keyname>
							<passphrase>${levigo-jbig2-imageio.gpg.passphrase}</passphrase>
						</configuration>
						<executions>
							<execution>
								<id>sign-artifacts</id>
								<phase>verify</phase>
								<goals>
									<goal>sign</goal>
								</goals>
							</execution>
						</executions>
					</plugin>
				</plugins>
			</build>
		</profile>
	</profiles>

</project>

POM Entry

<dependency>
   <groupId>com.levigo.jbig2</groupId>
   <artifactId>levigo-jbig2-imageio</artifactId>
   <version>1.6.5</version>
</dependency>

Download

If you think the following levigo-jbig2-imageio-1.6.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download levigo-jbig2-imageio-1.6.5.jar file




PreviousNext

Related