Download batik-util-1.9.1.jar file

Introduction

You can download batik-util-1.9.1.jar in this page.

License

The Apache Software License, Version 2.0

Type List

batik-util-1.9.1.jar file has the following types.

META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.xmlgraphics/batik-util/pom.properties
META-INF/maven/org.apache.xmlgraphics/batik-util/pom.xml
org.apache.batik.Version.class
org.apache.batik.util.AbstractParsedURLProtocolHandler.class
org.apache.batik.util.ApplicationSecurityEnforcer.class
org.apache.batik.util.Base64DecodeStream.class
org.apache.batik.util.Base64EncoderStream.class
org.apache.batik.util.BatikSecurityManager.class
org.apache.batik.util.CSSConstants.class
org.apache.batik.util.ClassFileUtilities.class
org.apache.batik.util.CleanerThread.class
org.apache.batik.util.DOMConstants.class
org.apache.batik.util.DoublyIndexedSet.class
org.apache.batik.util.DoublyIndexedTable.class
org.apache.batik.util.DoublyLinkedList.class
org.apache.batik.util.EncodingUtilities.class
org.apache.batik.util.EventDispatcher.class
org.apache.batik.util.HaltingThread.class
org.apache.batik.util.Messages.class
org.apache.batik.util.MimeTypeConstants.class
org.apache.batik.util.ParsedURL.class
org.apache.batik.util.ParsedURLData.class
org.apache.batik.util.ParsedURLDataProtocolHandler.class
org.apache.batik.util.ParsedURLDefaultProtocolHandler.class
org.apache.batik.util.ParsedURLJarProtocolHandler.class
org.apache.batik.util.ParsedURLProtocolHandler.class
org.apache.batik.util.Platform.class
org.apache.batik.util.PreferenceManager.class
org.apache.batik.util.RunnableQueue.class
org.apache.batik.util.SMILConstants.class
org.apache.batik.util.SVG12CSSConstants.class
org.apache.batik.util.SVG12Constants.class
org.apache.batik.util.SVGConstants.class
org.apache.batik.util.SVGFeatureStrings.class
org.apache.batik.util.SVGTypes.class
org.apache.batik.util.Service.class
org.apache.batik.util.SoftDoublyIndexedTable.class
org.apache.batik.util.SoftReferenceCache.class
org.apache.batik.util.XBLConstants.class
org.apache.batik.util.XMLResourceDescriptor.class
org.apache.batik.util.io.ASCIIDecoder.class
org.apache.batik.util.io.AbstractCharDecoder.class
org.apache.batik.util.io.CharDecoder.class
org.apache.batik.util.io.GenericDecoder.class
org.apache.batik.util.io.ISO_8859_1Decoder.class
org.apache.batik.util.io.Messages.class
org.apache.batik.util.io.NormalizingReader.class
org.apache.batik.util.io.StreamNormalizingReader.class
org.apache.batik.util.io.StringDecoder.class
org.apache.batik.util.io.StringNormalizingReader.class
org.apache.batik.util.io.UTF16Decoder.class
org.apache.batik.util.io.UTF8Decoder.class
org.apache.batik.util.resources.Messages.class
org.apache.batik.util.resources.ResourceFormatException.class
org.apache.batik.util.resources.ResourceManager.class
org/apache/batik/util/io/resources/Messages.properties
org/apache/batik/util/resources/Messages.properties
org/apache/batik/util/resources/XMLResourceDescriptor.properties

Pom

batik-util-1.9.1.pom file content.

<?xml version="1.0"?>
<!--

   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

-->

<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>

  <artifactId>batik-util</artifactId>
  <name>${project.groupId}:${project.artifactId}</name>
  <description>Batik utility library</description>

  <parent>
    <groupId>org.apache.xmlgraphics</groupId>
    <artifactId>batik</artifactId>
    <version>1.9.1</version>
  </parent>

  <dependencies>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>batik-constants</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>batik-i18n</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>batik-test</artifactId>
      <version>${project.version}</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>${junit.version}</version>
      <scope>test</scope>
    </dependency>
  </dependencies>

  <build>
    <plugins>
      <plugin>
        <artifactId>maven-surefire-plugin</artifactId>
        <version>${surefire.version}</version><!--$NO-MVN-MAN-VER$-->
        <configuration>
          <includes>
            <include>**/*TestCase.java</include>
            <include>**/*TestCases.java</include>
          </includes>
          <redirectTestOutputToFile>true</redirectTestOutputToFile>
        </configuration>
      </plugin>
    </plugins>
    <resources>
      <resource>
        <directory>src/main/resources</directory>
      </resource>
      <resource>
        <directory>${basedir}/..</directory>
        <includes>
          <include>LICENSE</include>
          <include>NOTICE</include>
        </includes>
        <targetPath>META-INF</targetPath>
      </resource>
    </resources>
  </build>

</project>

POM Entry

<dependency>
   <groupId>org.apache.xmlgraphics</groupId>
   <artifactId>batik-util</artifactId>
   <version>1.9.1</version>
</dependency>

Download

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



Download batik-util-1.9.1.jar file




PreviousNext

Related