is not current version
Last Version 1.0.12

com.greenmoonsoftware:green-tea-test 1.0.0

A Groovy framework for functional testing rest services. Intended to help you relax while you REST.

GroupId

GroupId

com.greenmoonsoftware
ArtifactId

ArtifactId

green-tea-test
Version

Version

1.0.0
Type

Type

jar

Download green-tea-test 1.0.0


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