Last Version

JASYPT: Java Simplified Encryption 1.9.3

Java library which enables encryption in java apps with minimum effort.

License

License

GroupId

GroupId

org.jasypt
ArtifactId

ArtifactId

jasypt-spring2
Version

Version

1.9.3
Type

Type

jar
Description

Description

JASYPT: Java Simplified Encryption
Java library which enables encryption in java apps with minimum effort.
Project URL

Project URL

http://www.jasypt.org
Project Organization

Project Organization

The JASYPT team

Download jasypt-spring2 1.9.3


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

Dependencies

compile (1)

Group / Artifact Type Version
org.jasypt : jasypt jar 1.9.3

provided (4)

Group / Artifact Type Version
org.springframework : spring-core Optional jar 2.5
org.springframework : spring-beans Optional jar 2.5
org.springframework : spring-web Optional jar 2.5
javax.servlet : servlet-api Optional jar 2.5

test (2)

Group / Artifact Type Version
junit : junit jar 3.8.1
commons-lang : commons-lang jar 2.1

Project Modules

There are no modules declared in this project.