<dependency>
<groupId>io.quarkiverse.groovy</groupId>
<artifactId>quarkus-groovy-hibernate-reactive-panache-parent</artifactId>
<version>3.2.1</version>
</dependency>
implementation group: 'io.quarkiverse.groovy', name: 'quarkus-groovy-hibernate-reactive-panache-parent', version: '3.2.1'
implementation 'io.quarkiverse.groovy:quarkus-groovy-hibernate-reactive-panache-parent:3.2.1'
implementation("io.quarkiverse.groovy:quarkus-groovy-hibernate-reactive-panache-parent:3.2.1")
libraryDependencies += "io.quarkiverse.groovy" % "quarkus-groovy-hibernate-reactive-panache-parent" % "3.2.1"
<dependency org="io.quarkiverse.groovy" name="quarkus-groovy-hibernate-reactive-panache-parent" rev="3.2.1"/>
@Grapes(
@Grab(group='io.quarkiverse.groovy', module='quarkus-groovy-hibernate-reactive-panache-parent', version='3.2.1')
)
[io.quarkiverse.groovy/quarkus-groovy-hibernate-reactive-panache-parent "3.2.1"]
'io.quarkiverse.groovy:quarkus-groovy-hibernate-reactive-panache-parent:jar:3.2.1'