is not current version
Last Version 1.6.7

com.github.cukespace:cukespace-parent 1.0.0.Beta1

The Cukes in Space! project allows you to run Cucumber features against the application server of your choice using the Arquillian test framework.

GroupId

GroupId

com.github.cukespace
ArtifactId

ArtifactId

cukespace-parent
Version

Version

1.0.0.Beta1
Type

Type

pom

Download cukespace-parent 1.0.0.Beta1


<!-- https://jarcasting.com/artifacts/com.github.cukespace/cukespace-parent/ -->
<dependency>
    <groupId>com.github.cukespace</groupId>
    <artifactId>cukespace-parent</artifactId>
    <version>1.0.0.Beta1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.cukespace/cukespace-parent/
implementation 'com.github.cukespace:cukespace-parent:1.0.0.Beta1'
// https://jarcasting.com/artifacts/com.github.cukespace/cukespace-parent/
implementation ("com.github.cukespace:cukespace-parent:1.0.0.Beta1")
'com.github.cukespace:cukespace-parent:pom:1.0.0.Beta1'
<dependency org="com.github.cukespace" name="cukespace-parent" rev="1.0.0.Beta1">
  <artifact name="cukespace-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.cukespace', module='cukespace-parent', version='1.0.0.Beta1')
)
libraryDependencies += "com.github.cukespace" % "cukespace-parent" % "1.0.0.Beta1"
[com.github.cukespace/cukespace-parent "1.0.0.Beta1"]