is not current version
Last Version 0.7.7

ch.sourcepond.maven.plugins:maven-plugin 0.4.7

Base project object model for all Maven-plugin projects published by SourcePond.

Categories

Categories

Maven Build Tools
GroupId

GroupId

ch.sourcepond.maven.plugins
ArtifactId

ArtifactId

maven-plugin
Version

Version

0.4.7
Type

Type

jar

Download maven-plugin 0.4.7


<!-- https://jarcasting.com/artifacts/ch.sourcepond.maven.plugins/maven-plugin/ -->
<dependency>
    <groupId>ch.sourcepond.maven.plugins</groupId>
    <artifactId>maven-plugin</artifactId>
    <version>0.4.7</version>
</dependency>
// https://jarcasting.com/artifacts/ch.sourcepond.maven.plugins/maven-plugin/
implementation 'ch.sourcepond.maven.plugins:maven-plugin:0.4.7'
// https://jarcasting.com/artifacts/ch.sourcepond.maven.plugins/maven-plugin/
implementation ("ch.sourcepond.maven.plugins:maven-plugin:0.4.7")
'ch.sourcepond.maven.plugins:maven-plugin:jar:0.4.7'
<dependency org="ch.sourcepond.maven.plugins" name="maven-plugin" rev="0.4.7">
  <artifact name="maven-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.sourcepond.maven.plugins', module='maven-plugin', version='0.4.7')
)
libraryDependencies += "ch.sourcepond.maven.plugins" % "maven-plugin" % "0.4.7"
[ch.sourcepond.maven.plugins/maven-plugin "0.4.7"]