MVN

org.apache.syncope : syncope-hibernate-enhancer

Maven & Gradle

Apr 11, 2014

Apache Syncope Hibernate enhancer · When using Hibernate as JPA provider, enhance entities.

<dependency>
    <groupId>org.apache.syncope</groupId>
    <artifactId>syncope-hibernate-enhancer</artifactId>
    <version>1.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.syncope : syncope-hibernate-enhancer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.9
  • Latest Release Candidate: 1.0.0-RC3-incubating

All Versions

Choose a version of org.apache.syncope : syncope-hibernate-enhancer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
syncope-hibernate-enhancer-1.0.9
syncope-hibernate-enhancer-1.0.8
syncope-hibernate-enhancer-1.0.7
syncope-hibernate-enhancer-1.0.6
syncope-hibernate-enhancer-1.0.5
syncope-hibernate-enhancer-1.0.4
syncope-hibernate-enhancer-1.0.3-incubating
syncope-hibernate-enhancer-1.0.2-incubating
syncope-hibernate-enhancer-1.0.1-incubating
syncope-hibernate-enhancer-1.0.0-incubating
syncope-hibernate-enhancer-1.0.0-RC3-incubating
syncope-hibernate-enhancer-1.0.0-RC2-incubating
syncope-hibernate-enhancer-1.0.0-RC1-incubating

How to add a dependency to Maven

Add the following org.apache.syncope : syncope-hibernate-enhancer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.syncope</groupId>
    <artifactId>syncope-hibernate-enhancer</artifactId>
    <version>1.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.syncope : syncope-hibernate-enhancer gradle dependency to your build.gradle file:

implementation 'org.apache.syncope:syncope-hibernate-enhancer:1.0.9'

Gradle Kotlin DSL: Add the following org.apache.syncope : syncope-hibernate-enhancer gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.syncope:syncope-hibernate-enhancer:1.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.syncope : syncope-hibernate-enhancer sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.syncope" % "syncope-hibernate-enhancer" % "1.0.9"