License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.disney.groovity |
ArtifactId | ArtifactIdhttp-auth-client |
Version | Version2.1.0-beta.1 |
Type | Typejar |
Description |
DescriptionHTTP Authorization Client Library
Groovity is a JVM-based scripting language and runtime that can be
used to develop everything from simple utility scripts to modular
Servlet 3.0 applications.
|
<!-- https://jarcasting.com/artifacts/com.disney.groovity/http-auth-client/ -->
<dependency>
<groupId>com.disney.groovity</groupId>
<artifactId>http-auth-client</artifactId>
<version>2.1.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.disney.groovity/http-auth-client/
implementation 'com.disney.groovity:http-auth-client:2.1.0-beta.1'
// https://jarcasting.com/artifacts/com.disney.groovity/http-auth-client/
implementation ("com.disney.groovity:http-auth-client:2.1.0-beta.1")
'com.disney.groovity:http-auth-client:jar:2.1.0-beta.1'
<dependency org="com.disney.groovity" name="http-auth-client" rev="2.1.0-beta.1">
<artifact name="http-auth-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.disney.groovity', module='http-auth-client', version='2.1.0-beta.1')
)
libraryDependencies += "com.disney.groovity" % "http-auth-client" % "2.1.0-beta.1"
[com.disney.groovity/http-auth-client "2.1.0-beta.1"]
Group / Artifact | Type | Version |
---|---|---|
com.disney.groovity : http-auth-core | jar | 2.1.0-beta.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.apache.httpcomponents : httpclient | jar | 4.5.8 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 4.3.23.RELEASE |
com.disney.groovity : uri-parcel-keys | jar | 2.1.0-beta.1 |
junit : junit | jar | 4.12 |