License |
License |
---|---|
GroupId | GroupIdcom.greenmoonsoftware |
ArtifactId | ArtifactIdgreen-tea-test |
Last Version | Last Version1.0.12 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongreen-tea-test
A Groovy framework for functional testing rest services. Intended to help you relax while you REST.
|
Project URL |
Project URL |
Filename | Size |
---|---|
green-tea-test-1.0.12.pom | |
green-tea-test-1.0.12.jar | 27 KB |
green-tea-test-1.0.12-sources.jar | 2 KB |
green-tea-test-1.0.12-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.greenmoonsoftware/green-tea-test/ -->
<dependency>
<groupId>com.greenmoonsoftware</groupId>
<artifactId>green-tea-test</artifactId>
<version>1.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.greenmoonsoftware/green-tea-test/
implementation 'com.greenmoonsoftware:green-tea-test:1.0.12'
// https://jarcasting.com/artifacts/com.greenmoonsoftware/green-tea-test/
implementation ("com.greenmoonsoftware:green-tea-test:1.0.12")
'com.greenmoonsoftware:green-tea-test:jar:1.0.12'
<dependency org="com.greenmoonsoftware" name="green-tea-test" rev="1.0.12">
<artifact name="green-tea-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.greenmoonsoftware', module='green-tea-test', version='1.0.12')
)
libraryDependencies += "com.greenmoonsoftware" % "green-tea-test" % "1.0.12"
[com.greenmoonsoftware/green-tea-test "1.0.12"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.3.2 |
org.codehaus.groovy.modules.http-builder : http-builder | jar | 0.7.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |