<dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-jaxb</artifactId> <version>3.17.0.CR1</version> </dependency>
implementation 'io.quarkus:quarkus-jaxb:3.17.0.CR1'
implementation("io.quarkus:quarkus-jaxb:3.17.0.CR1")
libraryDependencies += "io.quarkus" % "quarkus-jaxb" % "3.17.0.CR1"
@Grapes( @Grab(group='io.quarkus', module='quarkus-jaxb', version='3.17.0.CR1') )
<dependency org="io.quarkus" name="quarkus-jaxb" rev="3.17.0.CR1" />
[io.quarkus/quarkus-jaxb "3.17.0.CR1"]
'io.quarkus:quarkus-jaxb:jar:3.17.0.CR1'
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-jaxb-parent</artifactId> <version>3.17.0.CR1</version> </parent>
compile
|-- io.quarkus:quarkus-arc
|-- io.quarkus:quarkus-jaxp
|-- org.glassfish.jaxb:jaxb-runtime
|-- jakarta.xml.bind:jakarta.xml.bind-api
provided
|-- org.graalvm.sdk:nativeimage