| License |
License |
|---|---|
| Categories |
CategoriesJava Languages Cucumber Application Testing & Monitoring CLI User Interface |
| GroupId | GroupIdio.split.client |
| ArtifactId | ArtifactIdjava-client-testing-cucumber |
| Last Version | Last Version1.0.0-rc1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSplit Java Client Cucumber testing module
Cucumber integration for the testing module of Split Java Client
|
<!-- https://jarcasting.com/artifacts/io.split.client/java-client-testing-cucumber/ -->
<dependency>
<groupId>io.split.client</groupId>
<artifactId>java-client-testing-cucumber</artifactId>
<version>1.0.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/io.split.client/java-client-testing-cucumber/
implementation 'io.split.client:java-client-testing-cucumber:1.0.0-rc1'
// https://jarcasting.com/artifacts/io.split.client/java-client-testing-cucumber/
implementation ("io.split.client:java-client-testing-cucumber:1.0.0-rc1")
'io.split.client:java-client-testing-cucumber:jar:1.0.0-rc1'
<dependency org="io.split.client" name="java-client-testing-cucumber" rev="1.0.0-rc1">
<artifact name="java-client-testing-cucumber" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.split.client', module='java-client-testing-cucumber', version='1.0.0-rc1')
)
libraryDependencies += "io.split.client" % "java-client-testing-cucumber" % "1.0.0-rc1"
[io.split.client/java-client-testing-cucumber "1.0.0-rc1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.split.client : java-client-testing | jar | 4.2.1 |
| junit : junit | jar | 4.13.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.cucumber : cucumber-java | jar | 6.10.4 |
| io.cucumber : cucumber-junit | jar | 6.10.4 |