Categories |
CategoriesIDE Development Tools CLI User Interface |
---|---|
GroupId | GroupIdorg.wso2.carbon.extension.identity.authenticator.inbound.cas |
ArtifactId | ArtifactIdcas-client-webapp |
Version | Version2.0.1 |
Type | Typewar |
Filename | Size |
---|---|
cas-client-webapp-2.0.1.pom | |
cas-client-webapp-2.0.1.war | 655 KB |
cas-client-webapp-2.0.1-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.extension.identity.authenticator.inbound.cas/cas-client-webapp/ -->
<dependency>
<groupId>org.wso2.carbon.extension.identity.authenticator.inbound.cas</groupId>
<artifactId>cas-client-webapp</artifactId>
<version>2.0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.extension.identity.authenticator.inbound.cas/cas-client-webapp/
implementation 'org.wso2.carbon.extension.identity.authenticator.inbound.cas:cas-client-webapp:2.0.1'
// https://jarcasting.com/artifacts/org.wso2.carbon.extension.identity.authenticator.inbound.cas/cas-client-webapp/
implementation ("org.wso2.carbon.extension.identity.authenticator.inbound.cas:cas-client-webapp:2.0.1")
'org.wso2.carbon.extension.identity.authenticator.inbound.cas:cas-client-webapp:war:2.0.1'
<dependency org="org.wso2.carbon.extension.identity.authenticator.inbound.cas" name="cas-client-webapp" rev="2.0.1">
<artifact name="cas-client-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.extension.identity.authenticator.inbound.cas', module='cas-client-webapp', version='2.0.1')
)
libraryDependencies += "org.wso2.carbon.extension.identity.authenticator.inbound.cas" % "cas-client-webapp" % "2.0.1"
[org.wso2.carbon.extension.identity.authenticator.inbound.cas/cas-client-webapp "2.0.1"]