License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdorg.jasypt |
ArtifactId | ArtifactIdjasypt-hibernate4 |
Last Version | Last Version1.9.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJASYPT: Java Simplified Encryption
Java library which enables encryption in java apps with minimum effort.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jasypt-hibernate4-1.9.3.pom | |
jasypt-hibernate4-1.9.3.jar | 45 KB |
jasypt-hibernate4-1.9.3-sources.jar | 58 KB |
jasypt-hibernate4-1.9.3-javadoc.jar | 179 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jasypt/jasypt-hibernate4/ -->
<dependency>
<groupId>org.jasypt</groupId>
<artifactId>jasypt-hibernate4</artifactId>
<version>1.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasypt/jasypt-hibernate4/
implementation 'org.jasypt:jasypt-hibernate4:1.9.3'
// https://jarcasting.com/artifacts/org.jasypt/jasypt-hibernate4/
implementation ("org.jasypt:jasypt-hibernate4:1.9.3")
'org.jasypt:jasypt-hibernate4:jar:1.9.3'
<dependency org="org.jasypt" name="jasypt-hibernate4" rev="1.9.3">
<artifact name="jasypt-hibernate4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasypt', module='jasypt-hibernate4', version='1.9.3')
)
libraryDependencies += "org.jasypt" % "jasypt-hibernate4" % "1.9.3"
[org.jasypt/jasypt-hibernate4 "1.9.3"]
Group / Artifact | Type | Version |
---|---|---|
org.jasypt : jasypt | jar | 1.9.3 |
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-core Optional | jar | 4.0.0.CR7 |
org.hibernate : hibernate-c3p0 Optional | jar | 4.0.0.CR7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |
commons-lang : commons-lang | jar | 2.1 |
org.hsqldb : hsqldb | jar | 2.2.6 |