License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdorg.jasypt |
ArtifactId | ArtifactIdjasypt-hibernate |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJASYPT-HIBERNATE: Hibernate integration package for JASYPT
Jasypt integration with Hibernate: allows encryption of texts on database transparently.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jasypt-hibernate-1.1.pom | |
jasypt-hibernate-1.1.jar | 8 KB |
jasypt-hibernate-1.1-sources.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jasypt/jasypt-hibernate/ -->
<dependency>
<groupId>org.jasypt</groupId>
<artifactId>jasypt-hibernate</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasypt/jasypt-hibernate/
implementation 'org.jasypt:jasypt-hibernate:1.1'
// https://jarcasting.com/artifacts/org.jasypt/jasypt-hibernate/
implementation ("org.jasypt:jasypt-hibernate:1.1")
'org.jasypt:jasypt-hibernate:jar:1.1'
<dependency org="org.jasypt" name="jasypt-hibernate" rev="1.1">
<artifact name="jasypt-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasypt', module='jasypt-hibernate', version='1.1')
)
libraryDependencies += "org.jasypt" % "jasypt-hibernate" % "1.1"
[org.jasypt/jasypt-hibernate "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jasypt : jasypt | jar | 1.1 |
org.hibernate : hibernate | jar | 3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |