License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdde.tudarmstadt.ukp.shibhttpclient |
ArtifactId | ArtifactIdshib-http-client |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionShibbolethized HTTPClient
Minimalistic wrapper around the Apache HTTPClient adding Shibboleth support.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
shib-http-client-1.0.0.pom | |
shib-http-client-1.0.0.jar | 21 KB |
shib-http-client-1.0.0-sources.jar | 9 KB |
shib-http-client-1.0.0-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.tudarmstadt.ukp.shibhttpclient/shib-http-client/ -->
<dependency>
<groupId>de.tudarmstadt.ukp.shibhttpclient</groupId>
<artifactId>shib-http-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.tudarmstadt.ukp.shibhttpclient/shib-http-client/
implementation 'de.tudarmstadt.ukp.shibhttpclient:shib-http-client:1.0.0'
// https://jarcasting.com/artifacts/de.tudarmstadt.ukp.shibhttpclient/shib-http-client/
implementation ("de.tudarmstadt.ukp.shibhttpclient:shib-http-client:1.0.0")
'de.tudarmstadt.ukp.shibhttpclient:shib-http-client:jar:1.0.0'
<dependency org="de.tudarmstadt.ukp.shibhttpclient" name="shib-http-client" rev="1.0.0">
<artifact name="shib-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.tudarmstadt.ukp.shibhttpclient', module='shib-http-client', version='1.0.0')
)
libraryDependencies += "de.tudarmstadt.ukp.shibhttpclient" % "shib-http-client" % "1.0.0"
[de.tudarmstadt.ukp.shibhttpclient/shib-http-client "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.opensaml : opensaml | jar | 2.5.3 |
org.apache.httpcomponents : httpclient | jar | 4.3 |
commons-logging : commons-logging-api | jar | 1.1 |