License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices Hibernate Data ORM |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-hibernate-envers-deployment |
Version | Version2.0.0.Final |
Type | Typejar |
Description |
DescriptionQuarkus - Hibernate Envers - Deployment
Build parent to bring in required dependencies
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-hibernate-envers-deployment/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-hibernate-envers-deployment</artifactId>
<version>2.0.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-hibernate-envers-deployment/
implementation 'io.quarkus:quarkus-hibernate-envers-deployment:2.0.0.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-hibernate-envers-deployment/
implementation ("io.quarkus:quarkus-hibernate-envers-deployment:2.0.0.Final")
'io.quarkus:quarkus-hibernate-envers-deployment:jar:2.0.0.Final'
<dependency org="io.quarkus" name="quarkus-hibernate-envers-deployment" rev="2.0.0.Final">
<artifact name="quarkus-hibernate-envers-deployment" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-hibernate-envers-deployment', version='2.0.0.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-hibernate-envers-deployment" % "2.0.0.Final"
[io.quarkus/quarkus-hibernate-envers-deployment "2.0.0.Final"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-core-deployment | jar | |
io.quarkus : quarkus-hibernate-envers | jar | |
io.quarkus : quarkus-hibernate-orm-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-jdbc-h2-deployment | jar | |
io.rest-assured : rest-assured | jar |