is not current version
Last Version 1.0.11.RELEASE

org.springframework.security:spring-security-rsa 1.0.9.RELEASE

Spring Security RSA is a small utility library for RSA ciphers. It belongs to the family of Spring Security crypto libraries that handle encoding and decoding text as a general, useful thing to be able to do.

Categories

Categories

Security
GroupId

GroupId

org.springframework.security
ArtifactId

ArtifactId

spring-security-rsa
Version

Version

1.0.9.RELEASE
Type

Type

jar

Download spring-security-rsa 1.0.9.RELEASE


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