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