License |
License |
---|---|
Categories |
CategoriesCLI User Interface Eureka Container Microservices |
GroupId | GroupIdorg.eurekaclinical |
ArtifactId | ArtifactIdcas-authentication-handlers |
Last Version | Last Version1.0-Alpha-1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEureka CAS Authentication Handlers
A library that implements Eureka's "local" account authentication.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.eurekaclinical/cas-authentication-handlers/ -->
<dependency>
<groupId>org.eurekaclinical</groupId>
<artifactId>cas-authentication-handlers</artifactId>
<version>1.0-Alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eurekaclinical/cas-authentication-handlers/
implementation 'org.eurekaclinical:cas-authentication-handlers:1.0-Alpha-1'
// https://jarcasting.com/artifacts/org.eurekaclinical/cas-authentication-handlers/
implementation ("org.eurekaclinical:cas-authentication-handlers:1.0-Alpha-1")
'org.eurekaclinical:cas-authentication-handlers:jar:1.0-Alpha-1'
<dependency org="org.eurekaclinical" name="cas-authentication-handlers" rev="1.0-Alpha-1">
<artifact name="cas-authentication-handlers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eurekaclinical', module='cas-authentication-handlers', version='1.0-Alpha-1')
)
libraryDependencies += "org.eurekaclinical" % "cas-authentication-handlers" % "1.0-Alpha-1"
[org.eurekaclinical/cas-authentication-handlers "1.0-Alpha-1"]
Group / Artifact | Type | Version |
---|---|---|
org.eurekaclinical : javautil | jar | 3.0-Alpha-7 |
org.jasig.cas : cas-server-core | jar | 3.5.2 |
org.jasig.cas : cas-server-support-jdbc | jar | 3.5.2 |