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