is not current version
Last Version 1.0.1

com.github.mekuanent:spring-hibernate-entity-encryption 1.0.0

An entity encryption library that seamlessly encrypts when stored to database and decrypts when it is fetched.

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

com.github.mekuanent
ArtifactId

ArtifactId

spring-hibernate-entity-encryption
Version

Version

1.0.0
Type

Type

jar

Download spring-hibernate-entity-encryption 1.0.0


<!-- 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mekuanent/spring-hibernate-entity-encryption/
implementation 'com.github.mekuanent:spring-hibernate-entity-encryption:1.0.0'
// https://jarcasting.com/artifacts/com.github.mekuanent/spring-hibernate-entity-encryption/
implementation ("com.github.mekuanent:spring-hibernate-entity-encryption:1.0.0")
'com.github.mekuanent:spring-hibernate-entity-encryption:jar:1.0.0'
<dependency org="com.github.mekuanent" name="spring-hibernate-entity-encryption" rev="1.0.0">
  <artifact name="spring-hibernate-entity-encryption" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mekuanent', module='spring-hibernate-entity-encryption', version='1.0.0')
)
libraryDependencies += "com.github.mekuanent" % "spring-hibernate-entity-encryption" % "1.0.0"
[com.github.mekuanent/spring-hibernate-entity-encryption "1.0.0"]