is not current version
Last Version 1.0.9

org.apache.syncope:syncope-hibernate-enhancer 1.0.3-incubating

When using Hibernate as JPA provider, enhance entities.

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.apache.syncope
ArtifactId

ArtifactId

syncope-hibernate-enhancer
Version

Version

1.0.3-incubating
Type

Type

jar

Download syncope-hibernate-enhancer 1.0.3-incubating


<!-- https://jarcasting.com/artifacts/org.apache.syncope/syncope-hibernate-enhancer/ -->
<dependency>
    <groupId>org.apache.syncope</groupId>
    <artifactId>syncope-hibernate-enhancer</artifactId>
    <version>1.0.3-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.syncope/syncope-hibernate-enhancer/
implementation 'org.apache.syncope:syncope-hibernate-enhancer:1.0.3-incubating'
// https://jarcasting.com/artifacts/org.apache.syncope/syncope-hibernate-enhancer/
implementation ("org.apache.syncope:syncope-hibernate-enhancer:1.0.3-incubating")
'org.apache.syncope:syncope-hibernate-enhancer:jar:1.0.3-incubating'
<dependency org="org.apache.syncope" name="syncope-hibernate-enhancer" rev="1.0.3-incubating">
  <artifact name="syncope-hibernate-enhancer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.syncope', module='syncope-hibernate-enhancer', version='1.0.3-incubating')
)
libraryDependencies += "org.apache.syncope" % "syncope-hibernate-enhancer" % "1.0.3-incubating"
[org.apache.syncope/syncope-hibernate-enhancer "1.0.3-incubating"]