is not current version
Last Version 1.1.0-RELEASE

io.easyspring.security:spring-security-authentication-core 1.0.0-RELEASE

Spring Security Authentication Core

Categories

Categories

Security
GroupId

GroupId

io.easyspring.security
ArtifactId

ArtifactId

spring-security-authentication-core
Version

Version

1.0.0-RELEASE
Type

Type

jar

Download spring-security-authentication-core 1.0.0-RELEASE


<!-- https://jarcasting.com/artifacts/io.easyspring.security/spring-security-authentication-core/ -->
<dependency>
    <groupId>io.easyspring.security</groupId>
    <artifactId>spring-security-authentication-core</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.easyspring.security/spring-security-authentication-core/
implementation 'io.easyspring.security:spring-security-authentication-core:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/io.easyspring.security/spring-security-authentication-core/
implementation ("io.easyspring.security:spring-security-authentication-core:1.0.0-RELEASE")
'io.easyspring.security:spring-security-authentication-core:jar:1.0.0-RELEASE'
<dependency org="io.easyspring.security" name="spring-security-authentication-core" rev="1.0.0-RELEASE">
  <artifact name="spring-security-authentication-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.easyspring.security', module='spring-security-authentication-core', version='1.0.0-RELEASE')
)
libraryDependencies += "io.easyspring.security" % "spring-security-authentication-core" % "1.0.0-RELEASE"
[io.easyspring.security/spring-security-authentication-core "1.0.0-RELEASE"]