| 组织ID: |
org.jvnet.hudson.plugins |
| 项目ID: |
gallio |
| 版本: |
0.52 |
| 最后修改时间: |
2019-10-23 22:20:00 |
| 包类型: |
jar |
| 标题: |
Hudson Gallio plugin |
| 大小: |
17.26KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>gallio</artifactId>
<version>0.52</version>
</dependency>
|
| Gradle引入代码: |
org.jvnet.hudson.plugins:gallio:0.52
|
| 下载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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.300</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>gallio</artifactId>
<packaging>hpi</packaging>
<version>0.52</version>
<name>Hudson Gallio plugin</name>
<url>http://hudson.gotdns.com/wiki/display/HUDSON/Gallio+Plugin</url>
<dependencies>
<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock-junit4</artifactId>
<version>2.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock-legacy</artifactId>
<version>2.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
<version>1.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<connection>scm:svn:https://guest@svn.dev.java.net/svn/hudson/tags/gallio-0.52</connection>
<developerConnection>scm:svn:https://svn.dev.java.net/svn/hudson/tags/gallio-0.52</developerConnection>
<url>https://hudson.dev.java.net/source/browse/hudson/hudson/plugins/gallio/tags/gallio-0.52</url>
</scm>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
hudson/plugins/gallio/gallio-to-junit.xsl
hudson.plugins.gallio.GallioArchiver.class
hudson/plugins/gallio/GallioPublisher/config.jelly
hudson.plugins.gallio.GallioPublisher$1.class
hudson.plugins.gallio.GallioPublisher$DescriptorImpl.class
hudson.plugins.gallio.GallioPublisher.class
hudson.plugins.gallio.GallioReportTransformer.class
hudson/plugins/gallio/huson_workspace/jobs/TestNunit_Gallio/workspace/nunitResult_converted.xml
hudson.plugins.gallio.PluginImpl.class
hudson.plugins.gallio.TestReportArchiver.class
hudson.plugins.gallio.TestReportTransformer.class
index.jelly
META-INF/exposed.stapler-beans
META-INF/services/hudson.Plugin
META-INF/maven/org.jvnet.hudson.plugins/gallio/pom.xml
META-INF/maven/org.jvnet.hudson.plugins/gallio/pom.properties
|
| 依赖Jar: |
jmock-junit4-2.2.0.jar
/org.jmock/jmock-junit4/2.2.0
查看jmock-junit4所有版本文件
jmock-legacy-2.2.0.jar
/org.jmock/jmock-legacy/2.2.0
查看jmock-legacy所有版本文件
xmlunit-1.1.jar
/xmlunit/xmlunit/1.1
查看xmlunit所有版本文件
|