组织ID: |
org.jfree |
项目ID: |
jfreesvg |
版本: |
3.3 |
最后修改时间: |
2018-07-30 13:20:14 |
包类型: |
jar |
标题: |
JFreeSVG |
描述: |
A fast, lightweight Java library for creating SVG output. |
相关URL: |
http://www.jfree.org/jfreesvg |
大小: |
43.06KB |
|
Maven引入代码: |
<dependency>
<groupId>org.jfree</groupId>
<artifactId>jfreesvg</artifactId>
<version>3.3</version>
</dependency>
|
Gradle引入代码: |
org.jfree:jfreesvg:3.3
|
下载Jar包: |
|
POM文件内容: |
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jfree</groupId>
<artifactId>jfreesvg</artifactId>
<version>3.3</version>
<packaging>jar</packaging>
<name>JFreeSVG</name>
<url>http://www.jfree.org/jfreesvg</url>
<description>A fast, lightweight Java library for creating SVG output.</description>
<developers>
<developer>
<email>dave@jfree.org</email>
<name>David Gilbert</name>
<url>https://github.com/jfree</url>
</developer>
</developers>
<licenses>
<license>
<name>GNU General Public License (GPL)</name>
<url>http://www.gnu.org/licenses/gpl.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/jfree/jfreesvg</url>
<connection>scm:git:git://github.com/jfree/jfreesvg.git</connection>
<developerConnection>scm:git:git@github.com:jfree/jfreesvg.git</developerConnection>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<compilerArgument>-Xlint:unchecked</compilerArgument>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
</plugins>
</build>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<executions>
<execution>
<id>attach-javadoc</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.jfree.graphics2d.Args.class
org.jfree.graphics2d.GradientPaintKey.class
org.jfree.graphics2d.GraphicsUtils.class
org.jfree.graphics2d.LinearGradientPaintKey.class
org.jfree.graphics2d.ObjectUtils.class
org.jfree.graphics2d.RadialGradientPaintKey.class
org.jfree.graphics2d.svg.FontMapper.class
org.jfree.graphics2d.svg.ImageElement.class
org.jfree.graphics2d.svg.MeetOrSlice.class
org.jfree.graphics2d.svg.PreserveAspectRatio.class
org.jfree.graphics2d.svg.StandardFontMapper.class
org.jfree.graphics2d.svg.SVGGraphics2D.class
org.jfree.graphics2d.svg.SVGGraphicsConfiguration.class
org.jfree.graphics2d.svg.SVGGraphicsDevice.class
org.jfree.graphics2d.svg.SVGHints$Key.class
org.jfree.graphics2d.svg.SVGHints.class
org.jfree.graphics2d.svg.SVGUnits.class
org.jfree.graphics2d.svg.SVGUtils.class
org.jfree.graphics2d.svg.ViewBox.class
META-INF/maven/org.jfree/jfreesvg/pom.xml
META-INF/maven/org.jfree/jfreesvg/pom.properties
|
依赖Jar: |
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
|