| 组织ID: |
org.hudsonci.plugins |
| 项目ID: |
jfreechart-plugin |
| 版本: |
1.3 |
| 最后修改时间: |
2019-10-22 20:17:17 |
| 包类型: |
jar |
| 标题: |
JFreeChart Plugin |
| 大小: |
20.85KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.hudsonci.plugins</groupId>
<artifactId>jfreechart-plugin</artifactId>
<version>1.3</version>
</dependency>
|
| Gradle引入代码: |
org.hudsonci.plugins:jfreechart-plugin:1.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>
<parent>
<groupId>org.eclipse.hudson.plugins</groupId>
<artifactId>hudson-plugin-parent</artifactId>
<version>3.0.0-M2-1</version>
</parent>
<groupId>org.hudsonci.plugins</groupId>
<artifactId>jfreechart-plugin</artifactId>
<packaging>hpi</packaging>
<version>1.3</version>
<name>JFreeChart Plugin</name>
<url>https://wiki.hudson-ci.org/display/HUDSON/JFreeChart+Plugin</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jfree</groupId>
<artifactId>jfreechart</artifactId>
<version>1.0.13</version>
</dependency>
</dependencies>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>${sonatypeOssDistMgmtSnapshotsUrl}</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<scm>
<connection>scm:git:git://github.com/hudson3-plugins/${project.artifactId}.git</connection>
<developerConnection>scm:git:git@github.com:hudson3-plugins/${project.artifactId}.git</developerConnection>
<url>https://github.com/hudson3-plugins/${project.artifactId}</url>
</scm>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
hudson.graph.jfreechart.JFreeChartSupport$1.class
hudson.graph.jfreechart.JFreeChartSupport$DescriptorImpl.class
hudson.graph.jfreechart.JFreeChartSupport.class
hudson/graph/jfreechart/JFreeChartSupport.stapler
hudson.graph.jfreechart.Utils.class
hudson.util.ChartUtil$1.class
hudson.util.ChartUtil$2.class
hudson.util.ChartUtil$NumberOnlyBuildLabel.class
hudson.util.ChartUtil.class
hudson.util.ColorPalette.class
hudson.util.DataSetBuilder.class
hudson.util.NoOverlapCategoryAxis.class
hudson.util.ShiftedCategoryAxis.class
hudson.util.StackedAreaRenderer2.class
META-INF/annotations/hudson.Extension
META-INF/maven/org.hudsonci.plugins/jfreechart-plugin/pom.xml
META-INF/maven/org.hudsonci.plugins/jfreechart-plugin/pom.properties
|
| 依赖Jar: |
junit-3.8.1.jar
/junit/junit/3.8.1
查看junit所有版本文件
jfreechart-1.0.13.jar
/jfree/jfreechart/1.0.13
查看jfreechart所有版本文件
|