| 组织ID: |
io.cucumber |
| 项目ID: |
cucumber-plugin |
| 版本: |
5.4.0 |
| 最后修改时间: |
2020-02-24 18:20:16 |
| 包类型: |
jar |
| 标题: |
Cucumber-JVM: Plugin |
| 描述: |
Plugin interface for Cucumber-JVM |
| 大小: |
22.93KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-plugin</artifactId>
<version>5.4.0</version>
</dependency>
|
| Gradle引入代码: |
io.cucumber:cucumber-plugin:5.4.0
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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>io.cucumber</groupId>
<artifactId>cucumber-jvm</artifactId>
<version>5.4.0</version>
</parent>
<artifactId>cucumber-plugin</artifactId>
<name>Cucumber-JVM: Plugin</name>
<description>Plugin interface for Cucumber-JVM</description>
<properties>
<project.Automatic-Module-Name>io.cucumber.plugin</project.Automatic-Module-Name>
</properties>
<dependencies>
<dependency>
<groupId>org.apiguardian</groupId>
<artifactId>apiguardian-api</artifactId>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
io.cucumber.plugin.event.WriteEvent.class
io.cucumber.plugin.event.TestSourceRead.class
io.cucumber.plugin.event.Event.class
io.cucumber.plugin.event.Step.class
io.cucumber.plugin.event.DataTableArgument.class
io.cucumber.plugin.event.TestStep.class
io.cucumber.plugin.event.StepArgument.class
io.cucumber.plugin.event.TestStepStarted.class
io.cucumber.plugin.event.TestCaseStarted.class
io.cucumber.plugin.event.EmbedEvent.class
io.cucumber.plugin.event.StepDefinedEvent.class
io.cucumber.plugin.event.Argument.class
io.cucumber.plugin.event.TestStepFinished.class
io.cucumber.plugin.event.HookTestStep.class
io.cucumber.plugin.event.EventHandler.class
io.cucumber.plugin.SummaryPrinter.class
io.cucumber.plugin.StrictAware.class
io.cucumber.plugin.EventListener.class
io.cucumber.plugin.event.DocStringArgument.class
io.cucumber.plugin.event.StepDefinition.class
io.cucumber.plugin.event.TestRunFinished.class
io.cucumber.plugin.ConcurrentEventListener.class
io.cucumber.plugin.Plugin.class
io.cucumber.plugin.event.TestRunStarted.class
io.cucumber.plugin.event.TestCaseEvent.class
io.cucumber.plugin.event.EventPublisher.class
io.cucumber.plugin.event.SnippetsSuggestedEvent.class
io.cucumber.plugin.event.TestCaseFinished.class
io.cucumber.plugin.event.TimeStampedEvent.class
io.cucumber.plugin.event.Result.class
io.cucumber.plugin.ColorAware.class
io.cucumber.plugin.event.HookType.class
io.cucumber.plugin.event.TestCase.class
io.cucumber.plugin.event.PickleStepTestStep.class
io.cucumber.plugin.event.Status.class
META-INF/maven/io.cucumber/cucumber-plugin/pom.xml
META-INF/maven/io.cucumber/cucumber-plugin/pom.properties
|
| 依赖Jar: |
|