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