License |
License |
---|---|
Categories |
CategoriesDoma Data ORM Hibernate |
GroupId | GroupIdio.github.acdcjunior |
ArtifactId | ArtifactIddomain-id-hibernate-usertype |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDomain ID Hibernate UserType
Automatic Hibernate UserType registration for Domain IDs.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/io.github.acdcjunior/domain-id-hibernate-usertype/ -->
<dependency>
<groupId>io.github.acdcjunior</groupId>
<artifactId>domain-id-hibernate-usertype</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.acdcjunior/domain-id-hibernate-usertype/
implementation 'io.github.acdcjunior:domain-id-hibernate-usertype:0.1.0'
// https://jarcasting.com/artifacts/io.github.acdcjunior/domain-id-hibernate-usertype/
implementation ("io.github.acdcjunior:domain-id-hibernate-usertype:0.1.0")
'io.github.acdcjunior:domain-id-hibernate-usertype:jar:0.1.0'
<dependency org="io.github.acdcjunior" name="domain-id-hibernate-usertype" rev="0.1.0">
<artifact name="domain-id-hibernate-usertype" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.acdcjunior', module='domain-id-hibernate-usertype', version='0.1.0')
)
libraryDependencies += "io.github.acdcjunior" % "domain-id-hibernate-usertype" % "0.1.0"
[io.github.acdcjunior/domain-id-hibernate-usertype "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
io.github.acdcjunior : domain-id | jar | 1.0.0 |
org.hibernate : hibernate-core | jar | 5.3.10.Final |
org.springframework : spring-core | jar | 5.1.7.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.4.2 |
org.springframework.boot : spring-boot-starter-web | jar | 2.1.5.RELEASE |
org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.1.5.RELEASE |
org.springframework.boot : spring-boot-starter-test | jar | 2.1.5.RELEASE |
com.h2database : h2 | jar | 1.4.199 |