j

jasypt-hibernate4-ext

Updates to the jasypt-hibernate4 artifact for the API changes in Hibernate 4.2.x and 4.3.x
https://github.com/hpadmanabhan/jasypt-hibernate4-ext
The Apache Software License, Version 2.0
Hemant Padmanabhan
文件下载
文件名 操作
jasypt-hibernate4-ext-1.0.0.pom 下载
Apache Maven
<dependency>
  <groupId>net.lizalab.util</groupId>
  <artifactId>jasypt-hibernate4-ext</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.lizalab.util:jasypt-hibernate4-ext:1.0.0'
Gradle Kotlin
implementation("net.lizalab.util:jasypt-hibernate4-ext:1.0.0")
Scala SBT
libraryDependencies += "net.lizalab.util" % "jasypt-hibernate4-ext" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='net.lizalab.util', module='jasypt-hibernate4-ext', version='1.0.0')
)
Apache Ivy
<dependency org="net.lizalab.util" name="jasypt-hibernate4-ext" rev="1.0.0" />
Leiningen
[net.lizalab.util/jasypt-hibernate4-ext "1.0.0"]
Apache Buildr
'net.lizalab.util:jasypt-hibernate4-ext:jar:1.0.0'