License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices ORM Data Hibernate |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-hibernate-orm-deployment |
Version | Version2.0.0.CR2 |
Type | Typejar |
Description |
DescriptionQuarkus - Hibernate ORM - Deployment
Build parent to bring in required dependencies
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-hibernate-orm-deployment/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-hibernate-orm-deployment</artifactId>
<version>2.0.0.CR2</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-hibernate-orm-deployment/
implementation 'io.quarkus:quarkus-hibernate-orm-deployment:2.0.0.CR2'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-hibernate-orm-deployment/
implementation ("io.quarkus:quarkus-hibernate-orm-deployment:2.0.0.CR2")
'io.quarkus:quarkus-hibernate-orm-deployment:jar:2.0.0.CR2'
<dependency org="io.quarkus" name="quarkus-hibernate-orm-deployment" rev="2.0.0.CR2">
<artifact name="quarkus-hibernate-orm-deployment" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-hibernate-orm-deployment', version='2.0.0.CR2')
)
libraryDependencies += "io.quarkus" % "quarkus-hibernate-orm-deployment" % "2.0.0.CR2"
[io.quarkus/quarkus-hibernate-orm-deployment "2.0.0.CR2"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-core-deployment | jar | |
io.quarkus : quarkus-hibernate-orm | jar | |
io.quarkus : quarkus-narayana-jta-deployment | jar | |
io.quarkus : quarkus-agroal-deployment | jar | |
io.quarkus : quarkus-arc-deployment | jar | |
io.quarkus : quarkus-caffeine-deployment | jar | |
io.quarkus : quarkus-panache-hibernate-common-deployment | jar |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-junit5-internal | jar | |
io.quarkus.gizmo : gizmo | test-jar | |
io.quarkus : quarkus-resteasy-deployment | jar | |
io.quarkus : quarkus-hibernate-validator-deployment | jar | |
io.quarkus : quarkus-jdbc-h2-deployment | jar | |
io.quarkus : quarkus-junit5 | jar | |
io.rest-assured : rest-assured | jar | |
org.assertj : assertj-core | jar | |
io.quarkus : quarkus-smallrye-metrics-deployment | jar | |
io.quarkus : quarkus-vertx-http-deployment | test-jar | |
org.awaitility : awaitility | jar |