| 组织ID: |
info.cukes |
| 项目ID: |
cucumber-junit |
| 版本: |
1.0.0.RC4 |
| 最后修改时间: |
2019-10-22 19:48:00 |
| 包类型: |
jar |
| 标题: |
cucumber-junit |
| 描述: |
cucumber-junit |
| 相关URL: |
http://cukes.info |
| 大小: |
11.83KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>info.cukes</groupId>
<artifactId>cucumber-junit</artifactId>
<version>1.0.0.RC4</version>
</dependency>
|
| Gradle引入代码: |
info.cukes:cucumber-junit:1.0.0.RC4
|
| 下载Jar包: |
|
| POM文件内容: |
<!--
Apache Maven 2 POM generated by Apache Ivy
http://ant.apache.org/ivy/
Apache Ivy version: 2.2.0 20100923230623
-->
<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>info.cukes</groupId>
<artifactId>cucumber-junit</artifactId>
<packaging>jar</packaging>
<version>1.0.0.RC4</version>
<name>cucumber-junit</name>
<description>cucumber-junit</description>
<url>http://cukes.info</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git://github.com/cucumber/cucumber-jvm.git</connection>
<developerConnection>scm:git:git@github.com:cucumber/cucumber-jvm.git</developerConnection>
<url>git://github.com/cucumber/cucumber-jvm.git</url>
</scm>
<developers>
<developer>
<id>aslakhellesoy</id>
<name>Aslak Helles鈭氣垙y</name>
<email>aslak.hellesoy@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>info.cukes</groupId>
<artifactId>cucumber-core</artifactId>
<version>1.0.0.RC4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
cucumber.junit.Cucumber.class
cucumber.junit.ExamplesRunner.class
cucumber.junit.ExecutionUnitRunner.class
cucumber.junit.Feature.class
cucumber.junit.FeatureRunner.class
cucumber.junit.JUnitReporter.class
cucumber.junit.ScenarioOutlineRunner.class
|
| 依赖Jar: |
cucumber-core-1.0.0.RC4.jar
/info.cukes/cucumber-core/1.0.0.RC4
查看cucumber-core所有版本文件
junit-4.10.jar
/junit/junit/4.10
查看junit所有版本文件
mockito-all-1.9.0.jar
/org.mockito/mockito-all/1.9.0
查看mockito-all所有版本文件
|