License |
License |
---|---|
Categories |
CategoriesCucumber Application Testing & Monitoring |
GroupId | GroupIdio.cucumber |
ArtifactId | ArtifactIdcucumber-osgi |
Last Version | Last Version3.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCucumber-JVM: OSGi
Cucumber for the JVM
|
Project URL |
Project URL |
Filename | Size |
---|---|
cucumber-osgi-3.0.2.pom | |
cucumber-osgi-3.0.2.jar | 11 KB |
cucumber-osgi-3.0.2-sources.jar | 7 KB |
cucumber-osgi-3.0.2-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.cucumber/cucumber-osgi/ -->
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-osgi</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.cucumber/cucumber-osgi/
implementation 'io.cucumber:cucumber-osgi:3.0.2'
// https://jarcasting.com/artifacts/io.cucumber/cucumber-osgi/
implementation ("io.cucumber:cucumber-osgi:3.0.2")
'io.cucumber:cucumber-osgi:jar:3.0.2'
<dependency org="io.cucumber" name="cucumber-osgi" rev="3.0.2">
<artifact name="cucumber-osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cucumber', module='cucumber-osgi', version='3.0.2')
)
libraryDependencies += "io.cucumber" % "cucumber-osgi" % "3.0.2"
[io.cucumber/cucumber-osgi "3.0.2"]
Group / Artifact | Type | Version |
---|---|---|
io.cucumber : cucumber-java | jar | 3.0.2 |
org.ops4j.pax.exam : pax-exam | jar | 4.3.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.core | jar | 6.0.0 |
javax.inject : javax.inject | jar | 1 |
Group / Artifact | Type | Version |
---|---|---|
io.cucumber : cucumber-junit | jar | 3.0.2 |
junit : junit | jar | 4.12 |