d

domain-id-hibernate-usertype

Automatic Hibernate UserType registration for Domain IDs.
https://github.com/acdcjunior/domain-id
The Apache License, Version 2.0
Antonio "acdc" Jr.
Files download
File Operation
domain-id-hibernate-usertype-0.1.0.jar download
domain-id-hibernate-usertype-0.1.0.pom download
domain-id-hibernate-usertype-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.acdcjunior</groupId>
  <artifactId>domain-id-hibernate-usertype</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.acdcjunior:domain-id-hibernate-usertype:0.1.0'
Gradle Kotlin
implementation("io.github.acdcjunior:domain-id-hibernate-usertype:0.1.0")
Scala SBT
libraryDependencies += "io.github.acdcjunior" % "domain-id-hibernate-usertype" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.acdcjunior', module='domain-id-hibernate-usertype', version='0.1.0')
)
Apache Ivy
<dependency org="io.github.acdcjunior" name="domain-id-hibernate-usertype" rev="0.1.0" />
Leiningen
[io.github.acdcjunior/domain-id-hibernate-usertype "0.1.0"]
Apache Buildr
'io.github.acdcjunior:domain-id-hibernate-usertype:jar:0.1.0'