License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdcom.google.code |
ArtifactId | ArtifactIdgroovy-http |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Project URL |
Project URL |
Filename | Size |
---|---|
groovy-http-0.1.pom | |
groovy-http-0.1.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code/groovy-http/ -->
<dependency>
<groupId>com.google.code</groupId>
<artifactId>groovy-http</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code/groovy-http/
implementation 'com.google.code:groovy-http:0.1'
// https://jarcasting.com/artifacts/com.google.code/groovy-http/
implementation ("com.google.code:groovy-http:0.1")
'com.google.code:groovy-http:jar:0.1'
<dependency org="com.google.code" name="groovy-http" rev="0.1">
<artifact name="groovy-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code', module='groovy-http', version='0.1')
)
libraryDependencies += "com.google.code" % "groovy-http" % "0.1"
[com.google.code/groovy-http "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy | jar | 1.6.3 |
commons-logging : commons-logging | jar | 1.1.1 |
log4j : log4j | jar | 1.2.8 |
org.apache.httpcomponents : httpcore | jar | 4.0 |
org.apache.httpcomponents : httpclient | jar | 4.0-beta2 |
net.htmlparser.jericho : jericho-html | jar | 3.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |