组织ID: |
org.apache.xmlgraphics |
项目ID: |
batik-parser |
版本: |
1.7 |
最后修改时间: |
2018-07-24 04:56:25 |
包类型: |
jar |
标题: |
Batik SVG microsyntax parser library |
相关URL: |
http://xmlgraphics.apache.org/batik/ |
大小: |
71.41KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-parser</artifactId>
<version>1.7</version>
</dependency>
|
Gradle引入代码: |
org.apache.xmlgraphics:batik-parser:1.7
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0"?>
<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>org.apache.xmlgraphics</groupId>
<artifactId>batik-parser</artifactId>
<version>1.7</version>
<packaging>jar</packaging>
<name>Batik SVG microsyntax parser library</name>
<url>http://xmlgraphics.apache.org/batik/</url>
<inceptionYear>2000</inceptionYear>
<mailingLists>
<mailingList>
<name>Batik Users List</name>
<subscribe>batik-users-subscribe@xmlgraphics.apache.org</subscribe>
<unsubscribe>batik-users-unsubscribe@xmlgraphics.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-batik-users/</archive>
</mailingList>
<mailingList>
<name>Batik Developer List</name>
<subscribe>batik-dev-subscribe@xmlgraphics.apache.org</subscribe>
<unsubscribe>batik-dev-unsubscribe@xmlgraphics.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-batik-dev/</archive>
</mailingList>
<mailingList>
<name>Batik Commit List</name>
<subscribe>batik-commits-subscribe@xmlgraphics.apache.org</subscribe>
<unsubscribe>batik-commits-unsubscribe@xmlgraphics.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-batik-commits/</archive>
</mailingList>
</mailingLists>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/xmlgraphics/batik/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/xmlgraphics/batik/trunk</developerConnection>
<url>http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/?root=Apache-SVN</url>
</scm>
<organization>
<name>Apache Software Foundation</name>
<url>http://www.apache.org/</url>
</organization>
<dependencies>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-awt-util</artifactId>
<version>1.7</version>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-util</artifactId>
<version>1.7</version>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-xml</artifactId>
<version>1.7</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF/NOTICE
org.apache.batik.parser.AWTPathProducer.class
org.apache.batik.parser.AWTPolygonProducer.class
org.apache.batik.parser.AWTPolylineProducer.class
org.apache.batik.parser.AWTTransformProducer.class
org.apache.batik.parser.AbstractParser.class
org.apache.batik.parser.AbstractScanner.class
org.apache.batik.parser.AngleHandler.class
org.apache.batik.parser.AngleParser.class
org.apache.batik.parser.ClockHandler.class
org.apache.batik.parser.ClockParser.class
org.apache.batik.parser.DefaultAngleHandler.class
org.apache.batik.parser.DefaultErrorHandler.class
org.apache.batik.parser.DefaultFragmentIdentifierHandler.class
org.apache.batik.parser.DefaultLengthHandler.class
org.apache.batik.parser.DefaultLengthListHandler.class
org.apache.batik.parser.DefaultNumberListHandler.class
org.apache.batik.parser.DefaultPathHandler.class
org.apache.batik.parser.DefaultPointsHandler.class
org.apache.batik.parser.DefaultPreserveAspectRatioHandler.class
org.apache.batik.parser.DefaultTimingSpecifierHandler.class
org.apache.batik.parser.DefaultTimingSpecifierListHandler.class
org.apache.batik.parser.DefaultTransformListHandler.class
org.apache.batik.parser.ErrorHandler.class
org.apache.batik.parser.FloatArrayProducer.class
org.apache.batik.parser.FragmentIdentifierHandler.class
org.apache.batik.parser.FragmentIdentifierParser.class
org.apache.batik.parser.LengthArrayProducer.class
org.apache.batik.parser.LengthHandler.class
org.apache.batik.parser.LengthListHandler.class
org.apache.batik.parser.LengthListParser.class
org.apache.batik.parser.LengthPairListParser.class
org.apache.batik.parser.LengthParser.class
org.apache.batik.parser.NumberListHandler.class
org.apache.batik.parser.NumberListParser.class
org.apache.batik.parser.NumberParser.class
org.apache.batik.parser.ParseException.class
org.apache.batik.parser.Parser.class
org.apache.batik.parser.PathArrayProducer.class
org.apache.batik.parser.PathHandler.class
org.apache.batik.parser.PathParser.class
org.apache.batik.parser.PointsHandler.class
org.apache.batik.parser.PointsParser.class
org.apache.batik.parser.PreserveAspectRatioHandler.class
org.apache.batik.parser.PreserveAspectRatioParser.class
org.apache.batik.parser.ShapeProducer.class
org.apache.batik.parser.TimingParser.class
org.apache.batik.parser.TimingSpecifierHandler.class
org.apache.batik.parser.TimingSpecifierListHandler.class
org.apache.batik.parser.TimingSpecifierListParser.class
org.apache.batik.parser.TimingSpecifierParser.class
org.apache.batik.parser.TransformListHandler.class
org.apache.batik.parser.TransformListParser.class
org.apache.batik.parser.UnitProcessor$Context.class
org.apache.batik.parser.UnitProcessor$UnitResolver.class
org.apache.batik.parser.UnitProcessor.class
org/apache/batik/parser/resources/Messages.properties
org/apache/batik/parser/style/resources/Messages.properties
|
依赖Jar: |
batik-awt-util-1.7.jar
/org.apache.xmlgraphics/batik-awt-util/1.7
查看batik-awt-util所有版本文件
batik-util-1.7.jar
/org.apache.xmlgraphics/batik-util/1.7
查看batik-util所有版本文件
batik-xml-1.7.jar
/org.apache.xmlgraphics/batik-xml/1.7
查看batik-xml所有版本文件
|