Files download
File Operation
quarkus-groovy-junit5-parent-3.9.1.pom download
Apache Maven
<dependency>
  <groupId>io.quarkiverse.groovy</groupId>
  <artifactId>quarkus-groovy-junit5-parent</artifactId>
  <version>3.9.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.quarkiverse.groovy:quarkus-groovy-junit5-parent:3.9.1'
Gradle Kotlin
implementation("io.quarkiverse.groovy:quarkus-groovy-junit5-parent:3.9.1")
Scala SBT
libraryDependencies += "io.quarkiverse.groovy" % "quarkus-groovy-junit5-parent" % "3.9.1"
Groovy Grape
@Grapes(
  @Grab(group='io.quarkiverse.groovy', module='quarkus-groovy-junit5-parent', version='3.9.1')
)
Apache Ivy
<dependency org="io.quarkiverse.groovy" name="quarkus-groovy-junit5-parent" rev="3.9.1" />
Leiningen
[io.quarkiverse.groovy/quarkus-groovy-junit5-parent "3.9.1"]
Apache Buildr
'io.quarkiverse.groovy:quarkus-groovy-junit5-parent:jar:3.9.1'