<dependency>
<groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-component-default</artifactId>
<version>16.3.1</version>
</dependency>
@Grapes(
@Grab(group='org.xwiki.commons', module='xwiki-commons-component-default', version='16.3.1')
)
<dependency org="org.xwiki.commons" name="xwiki-commons-component-default" rev="16.3.1" />
<parent> <groupId>org.xwiki.commons</groupId> <artifactId>xwiki-commons-component</artifactId> <version>16.3.1</version> </parent>
compile
|-- org.xwiki.commons:xwiki-commons-component-api
|-- org.xwiki.commons:xwiki-commons-collection
|-- org.xwiki.commons:xwiki-commons-component-observation
|-- jakarta.annotation:jakarta.annotation-api
test