Skip to content

Release with XFWB3, XFSU3, XFZB3 and XFNM3 based on CargoXML Toolkit 8.0

Compare
Choose a tag to compare
@mskopp mskopp released this 03 Sep 18:59
· 32 commits to main since this release

Remember this release requires a dependency to the jakarta.xml.bind-api, e.g. in gradle with

implementation 'jakarta.xml.bind:jakarta.xml.bind-api:2.3.3'

or for maven:

<dependency>
    <groupId>jakarta.xml.bind</groupId>
    <artifactId>jakarta.xml.bind-api</artifactId>
    <version>2.3.3</version>
</dependency>