Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdorg.jasypt |
ArtifactId | ArtifactIdjasypt-hibernate4 |
Version | Version1.9.2 |
Type | Typejar |
Filename | Size |
---|---|
jasypt-hibernate4-1.9.2.pom | |
jasypt-hibernate4-1.9.2.jar | 45 KB |
jasypt-hibernate4-1.9.2-sources.jar | 58 KB |
jasypt-hibernate4-1.9.2-javadoc.jar | 174 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jasypt/jasypt-hibernate4/ -->
<dependency>
<groupId>org.jasypt</groupId>
<artifactId>jasypt-hibernate4</artifactId>
<version>1.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasypt/jasypt-hibernate4/
implementation 'org.jasypt:jasypt-hibernate4:1.9.2'
// https://jarcasting.com/artifacts/org.jasypt/jasypt-hibernate4/
implementation ("org.jasypt:jasypt-hibernate4:1.9.2")
'org.jasypt:jasypt-hibernate4:jar:1.9.2'
<dependency org="org.jasypt" name="jasypt-hibernate4" rev="1.9.2">
<artifact name="jasypt-hibernate4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasypt', module='jasypt-hibernate4', version='1.9.2')
)
libraryDependencies += "org.jasypt" % "jasypt-hibernate4" % "1.9.2"
[org.jasypt/jasypt-hibernate4 "1.9.2"]