License |
License |
---|---|
Categories |
CategoriesNet Hibernate Data ORM |
GroupId | GroupIdnet.zubial |
ArtifactId | ArtifactIdhibernate-encrypt |
Version | Version1.4 |
Type | Typejar |
Description |
Descriptionhibernate-encrypt
Hibernate encryption library
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hibernate-encrypt-1.4.pom | |
hibernate-encrypt-1.4.jar | 26 KB |
hibernate-encrypt-1.4-sources.jar | 17 KB |
hibernate-encrypt-1.4-javadoc.jar | 133 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.zubial/hibernate-encrypt/ -->
<dependency>
<groupId>net.zubial</groupId>
<artifactId>hibernate-encrypt</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.zubial/hibernate-encrypt/
implementation 'net.zubial:hibernate-encrypt:1.4'
// https://jarcasting.com/artifacts/net.zubial/hibernate-encrypt/
implementation ("net.zubial:hibernate-encrypt:1.4")
'net.zubial:hibernate-encrypt:jar:1.4'
<dependency org="net.zubial" name="hibernate-encrypt" rev="1.4">
<artifact name="hibernate-encrypt" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.zubial', module='hibernate-encrypt', version='1.4')
)
libraryDependencies += "net.zubial" % "hibernate-encrypt" % "1.4"
[net.zubial/hibernate-encrypt "1.4"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.3 |
org.apache.commons : commons-lang3 | jar | 3.2.1 |
org.hibernate : hibernate-core | jar | 5.1.0.Final |
org.apache.logging.log4j : log4j-core | jar | 2.8.2 |