<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-jakarta-xml</artifactId>
<version>1.5.36</version>
</dependency>
@Grapes(
@Grab(group='com.dtflys.forest', module='forest-jakarta-xml', version='1.5.36')
)
<parent> <groupId>com.dtflys.forest</groupId> <artifactId>forest</artifactId> <version>1.5.36</version> </parent>
compile
|-- com.dtflys.forest:forest-core
|-- jakarta.xml.bind:jakarta.xml.bind-api:4.0.0
|-- jakarta.activation:jakarta.activation-api:2.1.1
|-- org.glassfish.jaxb:jaxb-runtime:4.0.2
test
|-- junit:junit