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