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.8.1.pom download
Apache Maven
<dependency>
  <groupId>io.quarkus</groupId>
  <artifactId>quarkus-relocations-parent</artifactId>
  <version>3.8.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.quarkus:quarkus-relocations-parent:3.8.1'
Gradle Kotlin
implementation("io.quarkus:quarkus-relocations-parent:3.8.1")
Scala SBT
libraryDependencies += "io.quarkus" % "quarkus-relocations-parent" % "3.8.1"
Groovy Grape
@Grapes(
  @Grab(group='io.quarkus', module='quarkus-relocations-parent', version='3.8.1')
)
Apache Ivy
<dependency org="io.quarkus" name="quarkus-relocations-parent" rev="3.8.1" />
Leiningen
[io.quarkus/quarkus-relocations-parent "3.8.1"]
Apache Buildr
'io.quarkus:quarkus-relocations-parent:jar:3.8.1'