文件下载
文件名 操作
quarkus-groovy-junit5-parent-3.6.1.pom 下载
Apache Maven
<dependency>
  <groupId>io.quarkiverse.groovy</groupId>
  <artifactId>quarkus-groovy-junit5-parent</artifactId>
  <version>3.6.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.quarkiverse.groovy:quarkus-groovy-junit5-parent:3.6.1'
Gradle Kotlin
implementation("io.quarkiverse.groovy:quarkus-groovy-junit5-parent:3.6.1")
Scala SBT
libraryDependencies += "io.quarkiverse.groovy" % "quarkus-groovy-junit5-parent" % "3.6.1"
Groovy Grape
@Grapes(
  @Grab(group='io.quarkiverse.groovy', module='quarkus-groovy-junit5-parent', version='3.6.1')
)
Apache Ivy
<dependency org="io.quarkiverse.groovy" name="quarkus-groovy-junit5-parent" rev="3.6.1" />
Leiningen
[io.quarkiverse.groovy/quarkus-groovy-junit5-parent "3.6.1"]
Apache Buildr
'io.quarkiverse.groovy:quarkus-groovy-junit5-parent:jar:3.6.1'