is not current version
Last Version 2.10.0.Final

io.quarkus:quarkus-hibernate-reactive 2.3.0.CR1

A reactive API for Hibernate ORM, supporting non-blocking database drivers and a reactive style of interaction with the database.

Categories

Categories

Quarkus Container Microservices React User Interface Web Frameworks Hibernate Data ORM
GroupId

GroupId

io.quarkus
ArtifactId

ArtifactId

quarkus-hibernate-reactive
Version

Version

2.3.0.CR1
Type

Type

jar

Download quarkus-hibernate-reactive 2.3.0.CR1


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