File | Operation |
---|---|
maven-oss-parent-for-github-0.0.1.pom | download |
<dependency>
<groupId>io.toolisticon.maven</groupId>
<artifactId>maven-oss-parent-for-github</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='io.toolisticon.maven', module='maven-oss-parent-for-github', version='0.0.1')
)
<parent> <groupId>io.toolisticon.maven</groupId> <artifactId>maven-oss-parent</artifactId> <version>0.7.0</version> </parent>