| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.disney.groovity |
| ArtifactId | ArtifactIdhttp-auth-client |
| Version | Version2.0.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| http-auth-client-2.0.5.pom | |
| http-auth-client-2.0.5.jar | 12 KB |
| http-auth-client-2.0.5-sources.jar | 12 KB |
| http-auth-client-2.0.5-javadoc.jar | 64 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.disney.groovity/http-auth-client/ -->
<dependency>
<groupId>com.disney.groovity</groupId>
<artifactId>http-auth-client</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.disney.groovity/http-auth-client/
implementation 'com.disney.groovity:http-auth-client:2.0.5'
// https://jarcasting.com/artifacts/com.disney.groovity/http-auth-client/
implementation ("com.disney.groovity:http-auth-client:2.0.5")
'com.disney.groovity:http-auth-client:jar:2.0.5'
<dependency org="com.disney.groovity" name="http-auth-client" rev="2.0.5">
<artifact name="http-auth-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.disney.groovity', module='http-auth-client', version='2.0.5')
)
libraryDependencies += "com.disney.groovity" % "http-auth-client" % "2.0.5"
[com.disney.groovity/http-auth-client "2.0.5"]