License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdorg.jasypt |
ArtifactId | ArtifactIdjasypt-hibernate5 |
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-hibernate5-1.9.3.pom | |
jasypt-hibernate5-1.9.3.jar | 43 KB |
jasypt-hibernate5-1.9.3-sources.jar | 58 KB |
jasypt-hibernate5-1.9.3-javadoc.jar | 183 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jasypt/jasypt-hibernate5/ -->
<dependency>
<groupId>org.jasypt</groupId>
<artifactId>jasypt-hibernate5</artifactId>
<version>1.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasypt/jasypt-hibernate5/
implementation 'org.jasypt:jasypt-hibernate5:1.9.3'
// https://jarcasting.com/artifacts/org.jasypt/jasypt-hibernate5/
implementation ("org.jasypt:jasypt-hibernate5:1.9.3")
'org.jasypt:jasypt-hibernate5:jar:1.9.3'
<dependency org="org.jasypt" name="jasypt-hibernate5" rev="1.9.3">
<artifact name="jasypt-hibernate5" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasypt', module='jasypt-hibernate5', version='1.9.3')
)
libraryDependencies += "org.jasypt" % "jasypt-hibernate5" % "1.9.3"
[org.jasypt/jasypt-hibernate5 "1.9.3"]
Group / Artifact | Type | Version |
---|---|---|
org.jasypt : jasypt | jar | 1.9.3 |
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-core Optional | jar | 5.2.5.Final |
org.hibernate : hibernate-c3p0 Optional | jar | 5.2.5.Final |
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-testing Optional | jar | 5.2.5.Final |
junit : junit | jar | 3.8.1 |
commons-lang : commons-lang | jar | 2.1 |
org.hsqldb : hsqldb | jar | 2.2.6 |