is not current version
Last Version 1.2.0-alpha-1

com.github.codeframes:hal-tooling-test 1.1.1

A collection of Groovy utilities and Spock Framework extensions used for testing RESTful API's.

GroupId

GroupId

com.github.codeframes
ArtifactId

ArtifactId

hal-tooling-test
Version

Version

1.1.1
Type

Type

jar

Download hal-tooling-test 1.1.1


<!-- https://jarcasting.com/artifacts/com.github.codeframes/hal-tooling-test/ -->
<dependency>
    <groupId>com.github.codeframes</groupId>
    <artifactId>hal-tooling-test</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codeframes/hal-tooling-test/
implementation 'com.github.codeframes:hal-tooling-test:1.1.1'
// https://jarcasting.com/artifacts/com.github.codeframes/hal-tooling-test/
implementation ("com.github.codeframes:hal-tooling-test:1.1.1")
'com.github.codeframes:hal-tooling-test:jar:1.1.1'
<dependency org="com.github.codeframes" name="hal-tooling-test" rev="1.1.1">
  <artifact name="hal-tooling-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codeframes', module='hal-tooling-test', version='1.1.1')
)
libraryDependencies += "com.github.codeframes" % "hal-tooling-test" % "1.1.1"
[com.github.codeframes/hal-tooling-test "1.1.1"]