License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdorg.jasypt |
ArtifactId | ArtifactIdjasypt-hibernate3 |
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-hibernate3-1.9.3.pom | |
jasypt-hibernate3-1.9.3.jar | 80 KB |
jasypt-hibernate3-1.9.3-sources.jar | 112 KB |
jasypt-hibernate3-1.9.3-javadoc.jar | 339 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jasypt/jasypt-hibernate3/ -->
<dependency>
<groupId>org.jasypt</groupId>
<artifactId>jasypt-hibernate3</artifactId>
<version>1.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasypt/jasypt-hibernate3/
implementation 'org.jasypt:jasypt-hibernate3:1.9.3'
// https://jarcasting.com/artifacts/org.jasypt/jasypt-hibernate3/
implementation ("org.jasypt:jasypt-hibernate3:1.9.3")
'org.jasypt:jasypt-hibernate3:jar:1.9.3'
<dependency org="org.jasypt" name="jasypt-hibernate3" rev="1.9.3">
<artifact name="jasypt-hibernate3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasypt', module='jasypt-hibernate3', version='1.9.3')
)
libraryDependencies += "org.jasypt" % "jasypt-hibernate3" % "1.9.3"
[org.jasypt/jasypt-hibernate3 "1.9.3"]
Group / Artifact | Type | Version |
---|---|---|
org.jasypt : jasypt | jar | 1.9.3 |
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate Optional | jar | 3.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |
commons-lang : commons-lang | jar | 2.1 |
commons-logging : commons-logging | jar | 1.1.1 |
dom4j : dom4j | jar | 1.6.1 |
commons-collections : commons-collections | jar | 3.1 |
net.sf.ehcache : ehcache | jar | 1.2 |
cglib : cglib | jar | 2.1_3 |
javax.transaction : jta | jar | 1.0.1B |
org.hsqldb : hsqldb | jar | 2.2.6 |