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