<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.jaxb-xjc</artifactId>
<version>2.3.2_2</version>
<type>bundle</type>
</dependency>
implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.jaxb-xjc:2.3.2_2'
implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.jaxb-xjc:2.3.2_2")
libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.jaxb-xjc" % "2.3.2_2"
@Grapes(
@Grab(group='org.apache.servicemix.bundles', module='org.apache.servicemix.bundles.jaxb-xjc', version='2.3.2_2')
)
<dependency org="org.apache.servicemix.bundles" name="org.apache.servicemix.bundles.jaxb-xjc" rev="2.3.2_2" />
<parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> <version>13</version> </parent>
compile
|-- org.glassfish.jaxb:jaxb-runtime:2.3.2
|-- jakarta.xml.bind:jakarta.xml.bind-api:2.3.2
|-- org.glassfish.jaxb:txw2:2.3.2
|-- org.jvnet.staxex:stax-ex:1.8.1
|-- com.sun.xml.fastinfoset:FastInfoset:1.2.16
|-- jakarta.activation:jakarta.activation-api:1.2.1
|-- org.glassfish.jaxb:xsom:2.3.2
|-- org.glassfish.jaxb:codemodel:2.3.2
|-- com.sun.xml.bind.external:rngom:2.3.2
|-- com.sun.xml.dtd-parser:dtd-parser:1.4.1
|-- com.sun.istack:istack-commons-tools:3.0.8
|-- org.apache.ant:ant-launcher:1.10.5