hal-tooling
Parent pom for HAL Tooling project modules.
License |
License |
---|---|
GroupId | GroupIdcom.github.codeframes |
ArtifactId | ArtifactIdhal-tooling-test |
Last Version | Last Version1.2.0-alpha-1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHAL Tooling Test
A collection of Groovy utilities and Spock Framework extensions used for testing RESTful API's.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.github.codeframes/hal-tooling-test/ -->
<dependency>
<groupId>com.github.codeframes</groupId>
<artifactId>hal-tooling-test</artifactId>
<version>1.2.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codeframes/hal-tooling-test/
implementation 'com.github.codeframes:hal-tooling-test:1.2.0-alpha-1'
// https://jarcasting.com/artifacts/com.github.codeframes/hal-tooling-test/
implementation ("com.github.codeframes:hal-tooling-test:1.2.0-alpha-1")
'com.github.codeframes:hal-tooling-test:jar:1.2.0-alpha-1'
<dependency org="com.github.codeframes" name="hal-tooling-test" rev="1.2.0-alpha-1">
<artifact name="hal-tooling-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codeframes', module='hal-tooling-test', version='1.2.0-alpha-1')
)
libraryDependencies += "com.github.codeframes" % "hal-tooling-test" % "1.2.0-alpha-1"
[com.github.codeframes/hal-tooling-test "1.2.0-alpha-1"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.4.5 |
org.spockframework : spock-core | jar | 1.0-groovy-2.4 |
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.codehaus.groovy.modules.http-builder : http-builder | jar | 0.7.1 |
com.googlecode.json-simple : json-simple | jar | 1.1.1 |
org.yaml : snakeyaml | jar | 1.15 |
cglib : cglib | jar | 2.2.2 |
Parent pom for HAL Tooling project modules.