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