| 组织ID: |
info.cukes |
| 项目ID: |
cucumber-core |
| 版本: |
1.0.0.RC4 |
| 最后修改时间: |
2019-10-22 19:49:15 |
| 包类型: |
jar |
| 标题: |
cucumber-core |
| 描述: |
cucumber-core |
| 相关URL: |
http://cukes.info |
| 大小: |
106.64KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>info.cukes</groupId>
<artifactId>cucumber-core</artifactId>
<version>1.0.0.RC4</version>
</dependency>
|
| Gradle引入代码: |
info.cukes:cucumber-core: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-core</artifactId>
<packaging>jar</packaging>
<version>1.0.0.RC4</version>
<name>cucumber-core</name>
<description>cucumber-core</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>gherkin</artifactId>
<version>2.7.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>info.cukes</groupId>
<artifactId>cucumber-html</artifactId>
<version>0.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.googlecode.java-diff-utils</groupId>
<artifactId>diffutils</artifactId>
<version>1.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</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.cli.Main.class
cucumber.formatter.FormatterFactory$1.class
cucumber.formatter.FormatterFactory.class
cucumber.formatter.HTMLFormatter$1.class
cucumber.formatter.HTMLFormatter.class
cucumber.formatter.MultiFormatter$1.class
cucumber.formatter.MultiFormatter$2.class
cucumber.formatter.MultiFormatter.class
cucumber.formatter.NullReporter.class
cucumber.formatter.ProgressFormatter$1.class
cucumber.formatter.ProgressFormatter$2.class
cucumber.formatter.ProgressFormatter.class
cucumber.io.ClasspathIterable.class
cucumber.io.ClasspathResourceLoader.class
cucumber.io.FileResource.class
cucumber.io.FileResourceIterable.class
cucumber.io.FileResourceIterator$1.class
cucumber.io.FileResourceIterator$FileIterator.class
cucumber.io.FileResourceIterator.class
cucumber.io.FileResourceLoader.class
cucumber.io.FlatteningIterator.class
cucumber.io.Resource.class
cucumber.io.ResourceLoader.class
cucumber.io.ZipResource.class
cucumber.io.ZipResourceIterator.class
cucumber.runtime.AmbiguousStepDefinitionsException.class
cucumber.runtime.Backend.class
cucumber.runtime.CucumberException.class
cucumber.runtime.FeatureBuilder.class
cucumber.runtime.HookDefinition.class
cucumber.runtime.JdkPatternArgumentMatcher.class
cucumber.runtime.ParameterType.class
cucumber.runtime.PathWithLines.class
cucumber.runtime.PendingException.class
cucumber.runtime.Runtime.class
cucumber.runtime.RuntimeWorld$HookComparator.class
cucumber.runtime.RuntimeWorld.class
cucumber.runtime.ScenarioResult.class
cucumber.runtime.ScenarioResultImpl.class
cucumber.runtime.StepDefinition.class
cucumber.runtime.StepDefinitionMatch$1.class
cucumber.runtime.StepDefinitionMatch.class
cucumber.runtime.UndefinedStepException.class
cucumber.runtime.UndefinedStepsTracker.class
cucumber.runtime.Utils$1.class
cucumber.runtime.Utils.class
cucumber.runtime.World.class
cucumber.runtime.autocomplete.MetaStepdef$MetaArgument.class
cucumber.runtime.autocomplete.MetaStepdef$MetaStep.class
cucumber.runtime.autocomplete.MetaStepdef.class
cucumber.runtime.autocomplete.StepdefGenerator$1.class
cucumber.runtime.autocomplete.StepdefGenerator$2.class
cucumber.runtime.autocomplete.StepdefGenerator.class
cucumber.runtime.converters.BigDecimalConverter.class
cucumber.runtime.converters.BigIntegerConverter.class
cucumber.runtime.converters.ByteConverter.class
cucumber.runtime.converters.ConverterWithFormat.class
cucumber.runtime.converters.ConverterWithNumberFormat.class
cucumber.runtime.converters.DateConverter.class
cucumber.runtime.converters.DoubleConverter.class
cucumber.runtime.converters.FloatConverter.class
cucumber.runtime.converters.IntegerConverter.class
cucumber.runtime.converters.LocalizedXStreams.class
cucumber.runtime.converters.LongConverter.class
cucumber.runtime.converters.ShortConverter.class
cucumber.runtime.converters.SingleValueConverterWrapperExt.class
cucumber.runtime.model.CucumberBackground.class
cucumber.runtime.model.CucumberExamples.class
cucumber.runtime.model.CucumberFeature.class
cucumber.runtime.model.CucumberScenario.class
cucumber.runtime.model.CucumberScenarioOutline.class
cucumber.runtime.model.CucumberTagStatement.class
cucumber.runtime.model.ExampleStep.class
cucumber.runtime.model.StepContainer.class
cucumber.runtime.snippets.ArgumentPattern.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
gherkin-2.7.3.jar
/info.cukes/gherkin/2.7.3
查看gherkin所有版本文件
cucumber-html-0.2.1.jar
/info.cukes/cucumber-html/0.2.1
查看cucumber-html所有版本文件
xstream-1.4.2.jar
/com.thoughtworks.xstream/xstream/1.4.2
查看xstream所有版本文件
diffutils-1.2.1.jar
/com.googlecode.java-diff-utils/diffutils/1.2.1
查看diffutils所有版本文件
gson-2.1.jar
/com.google.code.gson/gson/2.1
查看gson所有版本文件
junit-4.10.jar
/junit/junit/4.10
查看junit所有版本文件
mockito-all-1.9.0.jar
/org.mockito/mockito-all/1.9.0
查看mockito-all所有版本文件
|