Quarkus - Hibernate ORM - Deployment - SPI

Build parent to bring in required dependencies

License

License

Categories

Categories

Quarkus Container Microservices ORM Data Hibernate
GroupId

GroupId

io.quarkus
ArtifactId

ArtifactId

quarkus-hibernate-orm-deployment-spi
Last Version

Last Version

2.10.0.Final
Release Date

Release Date

Type

Type

jar
Description

Description

Quarkus - Hibernate ORM - Deployment - SPI
Build parent to bring in required dependencies
Project URL

Project URL

https://github.com/quarkusio/quarkus
Project Organization

Project Organization

JBoss by Red Hat
Source Code Management

Source Code Management

https://github.com/quarkusio/quarkus

Download quarkus-hibernate-orm-deployment-spi

How to add to project

<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-hibernate-orm-deployment-spi/ -->
<dependency>
    <groupId>io.quarkus</groupId>
    <artifactId>quarkus-hibernate-orm-deployment-spi</artifactId>
    <version>2.10.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-hibernate-orm-deployment-spi/
implementation 'io.quarkus:quarkus-hibernate-orm-deployment-spi:2.10.0.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-hibernate-orm-deployment-spi/
implementation ("io.quarkus:quarkus-hibernate-orm-deployment-spi:2.10.0.Final")
'io.quarkus:quarkus-hibernate-orm-deployment-spi:jar:2.10.0.Final'
<dependency org="io.quarkus" name="quarkus-hibernate-orm-deployment-spi" rev="2.10.0.Final">
  <artifact name="quarkus-hibernate-orm-deployment-spi" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-hibernate-orm-deployment-spi', version='2.10.0.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-hibernate-orm-deployment-spi" % "2.10.0.Final"
[io.quarkus/quarkus-hibernate-orm-deployment-spi "2.10.0.Final"]

Dependencies

compile (1)

Group / Artifact Type Version
io.quarkus : quarkus-core-deployment jar

test (1)

Group / Artifact Type Version
io.quarkus : quarkus-bom pom 2.10.0.Final

Project Modules

There are no modules declared in this project.

Versions

Version
2.10.0.Final
2.10.0.CR1