License |
License |
---|---|
GroupId | GroupIdcom.github.cukespace |
ArtifactId | ArtifactIdcukespace-parent |
Last Version | Last Version1.6.7 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCukes in Space! Parent
The Cukes in Space! project allows you to run Cucumber features against
the application server of your choice using the Arquillian test
framework.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cukespace-parent-1.6.7.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cukespace/cukespace-parent/ -->
<dependency>
<groupId>com.github.cukespace</groupId>
<artifactId>cukespace-parent</artifactId>
<version>1.6.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.cukespace/cukespace-parent/
implementation 'com.github.cukespace:cukespace-parent:1.6.7'
// https://jarcasting.com/artifacts/com.github.cukespace/cukespace-parent/
implementation ("com.github.cukespace:cukespace-parent:1.6.7")
'com.github.cukespace:cukespace-parent:pom:1.6.7'
<dependency org="com.github.cukespace" name="cukespace-parent" rev="1.6.7">
<artifact name="cukespace-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.cukespace', module='cukespace-parent', version='1.6.7')
)
libraryDependencies += "com.github.cukespace" % "cukespace-parent" % "1.6.7"
[com.github.cukespace/cukespace-parent "1.6.7"]