Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdch.rotscher.maven.plugins |
ArtifactId | ArtifactIdplugin-parent |
Version | Version0.3.0 |
Type | Typepom |
Filename | Size |
---|---|
plugin-parent-0.3.0.pom | 606 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/ch.rotscher.maven.plugins/plugin-parent/ -->
<dependency>
<groupId>ch.rotscher.maven.plugins</groupId>
<artifactId>plugin-parent</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ch.rotscher.maven.plugins/plugin-parent/
implementation 'ch.rotscher.maven.plugins:plugin-parent:0.3.0'
// https://jarcasting.com/artifacts/ch.rotscher.maven.plugins/plugin-parent/
implementation ("ch.rotscher.maven.plugins:plugin-parent:0.3.0")
'ch.rotscher.maven.plugins:plugin-parent:pom:0.3.0'
<dependency org="ch.rotscher.maven.plugins" name="plugin-parent" rev="0.3.0">
<artifact name="plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='ch.rotscher.maven.plugins', module='plugin-parent', version='0.3.0')
)
libraryDependencies += "ch.rotscher.maven.plugins" % "plugin-parent" % "0.3.0"
[ch.rotscher.maven.plugins/plugin-parent "0.3.0"]