MVN

br.com.caelum.stella : caelum-stella-hibernate-user-types

Maven & Gradle

Feb 01, 2023
641 stars

Stella Hibernate User-Types

<dependency>
    <groupId>br.com.caelum.stella</groupId>
    <artifactId>caelum-stella-hibernate-user-types</artifactId>
    <version>2.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of br.com.caelum.stella : caelum-stella-hibernate-user-types to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.6
  • Latest Beta: 2.1.4-beta1

All Versions

Choose a version of br.com.caelum.stella : caelum-stella-hibernate-user-types to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
caelum-stella-hibernate-user-types-2.1.6
caelum-stella-hibernate-user-types-2.1.5
caelum-stella-hibernate-user-types-2.1.4
caelum-stella-hibernate-user-types-2.1.4-beta1
caelum-stella-hibernate-user-types-2.1.3
caelum-stella-hibernate-user-types-2.1.2
caelum-stella-hibernate-user-types-2.1.1
caelum-stella-hibernate-user-types-2.1.0
2.0.x
caelum-stella-hibernate-user-types-2.0.4
caelum-stella-hibernate-user-types-2.0.3
caelum-stella-hibernate-user-types-2.0.2
caelum-stella-hibernate-user-types-2.0.1
2.0
caelum-stella-hibernate-user-types-2.0
caelum-stella-hibernate-user-types-2.0-beta1

How to add a dependency to Maven

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

<dependency>
    <groupId>br.com.caelum.stella</groupId>
    <artifactId>caelum-stella-hibernate-user-types</artifactId>
    <version>2.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following br.com.caelum.stella : caelum-stella-hibernate-user-types gradle dependency to your build.gradle file:

implementation 'br.com.caelum.stella:caelum-stella-hibernate-user-types:2.1.6'

Gradle Kotlin DSL: Add the following br.com.caelum.stella : caelum-stella-hibernate-user-types gradle kotlin dependency to your build.gradle.kts file:

implementation("br.com.caelum.stella:caelum-stella-hibernate-user-types:2.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following br.com.caelum.stella : caelum-stella-hibernate-user-types sbt scala dependency to your build.sbt file:

libraryDependencies += "br.com.caelum.stella" % "caelum-stella-hibernate-user-types" % "2.1.6"