License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdch.rotscher.maven.plugins |
ArtifactId | ArtifactIdplugin-parent |
Last Version | Last Version0.3.4-pre-3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
plugin-parent-0.3.4-pre-3.pom | 601 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.4-pre-3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ch.rotscher.maven.plugins/plugin-parent/
implementation 'ch.rotscher.maven.plugins:plugin-parent:0.3.4-pre-3'
// https://jarcasting.com/artifacts/ch.rotscher.maven.plugins/plugin-parent/
implementation ("ch.rotscher.maven.plugins:plugin-parent:0.3.4-pre-3")
'ch.rotscher.maven.plugins:plugin-parent:pom:0.3.4-pre-3'
<dependency org="ch.rotscher.maven.plugins" name="plugin-parent" rev="0.3.4-pre-3">
<artifact name="plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='ch.rotscher.maven.plugins', module='plugin-parent', version='0.3.4-pre-3')
)
libraryDependencies += "ch.rotscher.maven.plugins" % "plugin-parent" % "0.3.4-pre-3"
[ch.rotscher.maven.plugins/plugin-parent "0.3.4-pre-3"]