Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.github.mekuanent |
ArtifactId | ArtifactIdspring-hibernate-entity-encryption |
Version | Version1.0.0 |
Type | Typejar |
<!-- 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"]