License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.eulerframework |
ArtifactId | ArtifactIdeuler-web-authentication |
Version | Version1.0.0.M1 |
Type | Typejar |
Description |
DescriptionEuler Web Authentication
Provide Authentication API for Euler Framework.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/net.eulerframework/euler-web-authentication/ -->
<dependency>
<groupId>net.eulerframework</groupId>
<artifactId>euler-web-authentication</artifactId>
<version>1.0.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/net.eulerframework/euler-web-authentication/
implementation 'net.eulerframework:euler-web-authentication:1.0.0.M1'
// https://jarcasting.com/artifacts/net.eulerframework/euler-web-authentication/
implementation ("net.eulerframework:euler-web-authentication:1.0.0.M1")
'net.eulerframework:euler-web-authentication:jar:1.0.0.M1'
<dependency org="net.eulerframework" name="euler-web-authentication" rev="1.0.0.M1">
<artifact name="euler-web-authentication" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.eulerframework', module='euler-web-authentication', version='1.0.0.M1')
)
libraryDependencies += "net.eulerframework" % "euler-web-authentication" % "1.0.0.M1"
[net.eulerframework/euler-web-authentication "1.0.0.M1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.security : spring-security-core | jar | 4.2.3.RELEASE |
org.springframework.security : spring-security-web | jar | 4.2.3.RELEASE |
org.springframework.security : spring-security-config | jar | 4.2.3.RELEASE |
net.eulerframework : euler-web-core | jar | 1.0.0.M1 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |
javax.servlet.jsp : jsp-api | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |