MVN

com.vladmihalcea : hibernate-types-55

Maven & Gradle

Dec 24, 2022
8 usages
2k stars

hibernate-types-55 · Hibernate ORM 5.5 extra Types

<dependency>
    <groupId>com.vladmihalcea</groupId>
    <artifactId>hibernate-types-55</artifactId>
    <version>2.21.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vladmihalcea : hibernate-types-55 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.21.1

All Versions

Choose a version of com.vladmihalcea : hibernate-types-55 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.21.x
hibernate-types-55-2.21.1
hibernate-types-55-2.21.0
2.20.x
hibernate-types-55-2.20.0
2.19.x
hibernate-types-55-2.19.2
hibernate-types-55-2.19.1
hibernate-types-55-2.19.0
2.18.x
hibernate-types-55-2.18.0
2.17.x
hibernate-types-55-2.17.3
hibernate-types-55-2.17.2
hibernate-types-55-2.17.1
hibernate-types-55-2.17.0
2.16.x
hibernate-types-55-2.16.3
hibernate-types-55-2.16.2
hibernate-types-55-2.16.1
hibernate-types-55-2.16.0
2.15.x
hibernate-types-55-2.15.2
hibernate-types-55-2.15.1
hibernate-types-55-2.15.0
2.14.x
hibernate-types-55-2.14.1
hibernate-types-55-2.14.0
2.13.x
hibernate-types-55-2.13.0
2.12.x
hibernate-types-55-2.12.1
hibernate-types-55-2.12.0

How to add a dependency to Maven

Add the following com.vladmihalcea : hibernate-types-55 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.vladmihalcea</groupId>
    <artifactId>hibernate-types-55</artifactId>
    <version>2.21.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.vladmihalcea : hibernate-types-55 gradle dependency to your build.gradle file:

implementation 'com.vladmihalcea:hibernate-types-55:2.21.1'

Gradle Kotlin DSL: Add the following com.vladmihalcea : hibernate-types-55 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.vladmihalcea:hibernate-types-55:2.21.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.vladmihalcea : hibernate-types-55 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.vladmihalcea" % "hibernate-types-55" % "2.21.1"

Advertisement