File | Operation |
---|---|
example-parent-0.10.0.pom | download |
<dependency>
<groupId>io.toolisticon.spiap</groupId>
<artifactId>example-parent</artifactId>
<version>0.10.0</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='io.toolisticon.spiap', module='example-parent', version='0.10.0')
)
<parent> <groupId>io.toolisticon.spiap</groupId> <artifactId>spiap-parent</artifactId> <version>0.10.0</version> </parent>