License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.github.grantjforrester |
ArtifactId | ArtifactIdbdd-rest |
Last Version | Last Version0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.grantjforrester:bdd-rest
A JVM library for specifying and testing RESTful APIs with Gherkin
|
Filename | Size |
---|---|
bdd-rest-0.6.pom | |
bdd-rest-0.6.jar | 16 KB |
bdd-rest-0.6-sources.jar | 13 KB |
bdd-rest-0.6-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.grantjforrester/bdd-rest/ -->
<dependency>
<groupId>com.github.grantjforrester</groupId>
<artifactId>bdd-rest</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.grantjforrester/bdd-rest/
implementation 'com.github.grantjforrester:bdd-rest:0.6'
// https://jarcasting.com/artifacts/com.github.grantjforrester/bdd-rest/
implementation ("com.github.grantjforrester:bdd-rest:0.6")
'com.github.grantjforrester:bdd-rest:jar:0.6'
<dependency org="com.github.grantjforrester" name="bdd-rest" rev="0.6">
<artifact name="bdd-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.grantjforrester', module='bdd-rest', version='0.6')
)
libraryDependencies += "com.github.grantjforrester" % "bdd-rest" % "0.6"
[com.github.grantjforrester/bdd-rest "0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.3 |
Group / Artifact | Type | Version |
---|---|---|
info.cukes : cucumber-java | jar | 1.2.2 |
org.jbehave : jbehave-core | jar | 3.9.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.googlecode.catch-exception : catch-throwable | jar | 1.2.0 |
com.github.dreamhead : moco-core | jar | 0.10.0 |
info.cukes : cucumber-junit | jar | 1.2.2 |
org.jbehave : jbehave-gherkin | jar | 3.9.5 |
org.reflections : reflections | jar | 0.9.9 |