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