MVN

io.cucumber : c21e

Maven & Gradle

Aug 14, 2019
1 usages
0 stars

c21e · Cross-Platform Executable

<dependency>
    <groupId>io.cucumber</groupId>
    <artifactId>c21e</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.cucumber : c21e to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of io.cucumber : c21e to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
c21e-2.0.0
1.2.x
c21e-1.2.1
1.1.x
c21e-1.1.9
c21e-1.1.8
c21e-1.1.7

How to add a dependency to Maven

Add the following io.cucumber : c21e maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.cucumber</groupId>
    <artifactId>c21e</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.cucumber : c21e gradle dependency to your build.gradle file:

implementation 'io.cucumber:c21e:2.0.0'

Gradle Kotlin DSL: Add the following io.cucumber : c21e gradle kotlin dependency to your build.gradle.kts file:

implementation("io.cucumber:c21e:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.cucumber : c21e sbt scala dependency to your build.sbt file:

libraryDependencies += "io.cucumber" % "c21e" % "2.0.0"

Advertisement