q

quarkus-relocations-parent

This is the parent of relocated artifacts, that are still released for compatibility reasons.
Files download
File Operation
quarkus-relocations-parent-3.9.2.pom download
Apache Maven
<dependency>
  <groupId>io.quarkus</groupId>
  <artifactId>quarkus-relocations-parent</artifactId>
  <version>3.9.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.quarkus:quarkus-relocations-parent:3.9.2'
Gradle Kotlin
implementation("io.quarkus:quarkus-relocations-parent:3.9.2")
Scala SBT
libraryDependencies += "io.quarkus" % "quarkus-relocations-parent" % "3.9.2"
Groovy Grape
@Grapes(
  @Grab(group='io.quarkus', module='quarkus-relocations-parent', version='3.9.2')
)
Apache Ivy
<dependency org="io.quarkus" name="quarkus-relocations-parent" rev="3.9.2" />
Leiningen
[io.quarkus/quarkus-relocations-parent "3.9.2"]
Apache Buildr
'io.quarkus:quarkus-relocations-parent:jar:3.9.2'