| Categories |
CategoriesSecurity |
|---|---|
| GroupId | GroupIdorg.beangle.security |
| ArtifactId | ArtifactIdbeangle-security-cas |
| Version | Version4.0.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| beangle-security-cas-4.0.5.pom | |
| beangle-security-cas-4.0.5.jar | 46 KB |
| beangle-security-cas-4.0.5-sources.jar | 8 KB |
| beangle-security-cas-4.0.5-javadoc.jar | 416 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.beangle.security/beangle-security-cas/ -->
<dependency>
<groupId>org.beangle.security</groupId>
<artifactId>beangle-security-cas</artifactId>
<version>4.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.beangle.security/beangle-security-cas/
implementation 'org.beangle.security:beangle-security-cas:4.0.5'
// https://jarcasting.com/artifacts/org.beangle.security/beangle-security-cas/
implementation ("org.beangle.security:beangle-security-cas:4.0.5")
'org.beangle.security:beangle-security-cas:jar:4.0.5'
<dependency org="org.beangle.security" name="beangle-security-cas" rev="4.0.5">
<artifact name="beangle-security-cas" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beangle.security', module='beangle-security-cas', version='4.0.5')
)
libraryDependencies += "org.beangle.security" % "beangle-security-cas" % "4.0.5"
[org.beangle.security/beangle-security-cas "4.0.5"]