License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdcom.github.mekuanent |
ArtifactId | ArtifactIdspring-hibernate-entity-encryption |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionSpring Hibernate Entity Encryption
An entity encryption library that seamlessly encrypts when stored to database and decrypts when it is fetched.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.mekuanent/spring-hibernate-entity-encryption/ -->
<dependency>
<groupId>com.github.mekuanent</groupId>
<artifactId>spring-hibernate-entity-encryption</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mekuanent/spring-hibernate-entity-encryption/
implementation 'com.github.mekuanent:spring-hibernate-entity-encryption:1.0.1'
// https://jarcasting.com/artifacts/com.github.mekuanent/spring-hibernate-entity-encryption/
implementation ("com.github.mekuanent:spring-hibernate-entity-encryption:1.0.1")
'com.github.mekuanent:spring-hibernate-entity-encryption:jar:1.0.1'
<dependency org="com.github.mekuanent" name="spring-hibernate-entity-encryption" rev="1.0.1">
<artifact name="spring-hibernate-entity-encryption" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mekuanent', module='spring-hibernate-entity-encryption', version='1.0.1')
)
libraryDependencies += "com.github.mekuanent" % "spring-hibernate-entity-encryption" % "1.0.1"
[com.github.mekuanent/spring-hibernate-entity-encryption "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.1.6.RELEASE |
org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.1.6.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |