MVN

org.babyfish : babyfish-hibernate-model

Maven & Gradle

Jun 26, 2016
1 usages
50 stars

babyfish-hibernate-model · The model project of babyfish, it supports the ObjectModel4JPA implementation for Hibernate

<dependency>
    <groupId>org.babyfish</groupId>
    <artifactId>babyfish-hibernate-model</artifactId>
    <version>1.1.0.Alpha</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.babyfish : babyfish-hibernate-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0.Alpha
  • Latest Alpha: 1.1.0.Alpha

All Versions

Choose a version of org.babyfish : babyfish-hibernate-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
babyfish-hibernate-model-1.1.0.Alpha

How to add a dependency to Maven

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

<dependency>
    <groupId>org.babyfish</groupId>
    <artifactId>babyfish-hibernate-model</artifactId>
    <version>1.1.0.Alpha</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.babyfish : babyfish-hibernate-model gradle dependency to your build.gradle file:

implementation 'org.babyfish:babyfish-hibernate-model:1.1.0.Alpha'

Gradle Kotlin DSL: Add the following org.babyfish : babyfish-hibernate-model gradle kotlin dependency to your build.gradle.kts file:

implementation("org.babyfish:babyfish-hibernate-model:1.1.0.Alpha")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.babyfish : babyfish-hibernate-model sbt scala dependency to your build.sbt file:

libraryDependencies += "org.babyfish" % "babyfish-hibernate-model" % "1.1.0.Alpha"

Advertisement

Dependencies from Group

Oct 22, 2015
5 usages
50 stars
Jun 26, 2016
2 usages
50 stars
Oct 22, 2015
2 usages
50 stars
Jun 26, 2016
2 usages
50 stars
Oct 22, 2015
1 usages
50 stars

Discover Dependencies