License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdorg.oxerr.spring.security |
ArtifactId | ArtifactIdspring-security-otp-core |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Security OTP Core
Spring Security OTP Core.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.oxerr.spring.security/spring-security-otp-core/ -->
<dependency>
<groupId>org.oxerr.spring.security</groupId>
<artifactId>spring-security-otp-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.oxerr.spring.security/spring-security-otp-core/
implementation 'org.oxerr.spring.security:spring-security-otp-core:1.0.0'
// https://jarcasting.com/artifacts/org.oxerr.spring.security/spring-security-otp-core/
implementation ("org.oxerr.spring.security:spring-security-otp-core:1.0.0")
'org.oxerr.spring.security:spring-security-otp-core:jar:1.0.0'
<dependency org="org.oxerr.spring.security" name="spring-security-otp-core" rev="1.0.0">
<artifact name="spring-security-otp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.oxerr.spring.security', module='spring-security-otp-core', version='1.0.0')
)
libraryDependencies += "org.oxerr.spring.security" % "spring-security-otp-core" % "1.0.0"
[org.oxerr.spring.security/spring-security-otp-core "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.security : spring-security-core | jar | 5.1.3.RELEASE |