is not current version
Last Version 1.2.0-alpha-1

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

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.0.0
Type

Type

jar

Download hal-tooling-test 1.0.0


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