<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>1.1.1.3-jre16</version>
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='jakarta.xml.bind-api', version='1.1.1.3-jre16')
)
<dependency org="com.guicedee.services" name="jakarta.xml.bind-api" rev="1.1.1.3-jre16" />
<parent> <groupId>com.guicedee.services</groupId> <artifactId>services-parent</artifactId> <version>1.1.1.3-jre16</version> </parent>
compile
|-- com.guicedee.services:jakarta.activation:1.1.1.3-jre16
|-- com.guicedee.services:jakarta.validation-api:1.1.1.3-jre16