GroupId | GroupIdorg.apache.oodt |
---|---|
ArtifactId | ArtifactIdcas-protocol-http |
Version | Version0.11 |
Type | Typejar |
Filename | Size |
---|---|
cas-protocol-http-0.11.pom | |
cas-protocol-http-0.11.jar | 19 KB |
cas-protocol-http-0.11-sources.jar | 16 KB |
cas-protocol-http-0.11-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.oodt/cas-protocol-http/ -->
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>cas-protocol-http</artifactId>
<version>0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/cas-protocol-http/
implementation 'org.apache.oodt:cas-protocol-http:0.11'
// https://jarcasting.com/artifacts/org.apache.oodt/cas-protocol-http/
implementation ("org.apache.oodt:cas-protocol-http:0.11")
'org.apache.oodt:cas-protocol-http:jar:0.11'
<dependency org="org.apache.oodt" name="cas-protocol-http" rev="0.11">
<artifact name="cas-protocol-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='cas-protocol-http', version='0.11')
)
libraryDependencies += "org.apache.oodt" % "cas-protocol-http" % "0.11"
[org.apache.oodt/cas-protocol-http "0.11"]