Last Version

Base-POM for Maven Plugins 0.7.7

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

License

License

Apache License, Version 2.0
Categories

Categories

Maven Build Tools
GroupId

GroupId

ch.sourcepond.maven.plugins
ArtifactId

ArtifactId

maven-plugin
Version

Version

0.7.7
Type

Type

pom
Description

Description

Base-POM for Maven Plugins
Base project object model for all Maven-plugin projects published by SourcePond.
Project Organization

Project Organization

SourcePond

Download maven-plugin 0.7.7

Filename Size
maven-plugin-0.7.7.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.7.7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ch.sourcepond.maven.plugins/maven-plugin/
implementation 'ch.sourcepond.maven.plugins:maven-plugin:0.7.7'
// https://jarcasting.com/artifacts/ch.sourcepond.maven.plugins/maven-plugin/
implementation ("ch.sourcepond.maven.plugins:maven-plugin:0.7.7")
'ch.sourcepond.maven.plugins:maven-plugin:pom:0.7.7'
<dependency org="ch.sourcepond.maven.plugins" name="maven-plugin" rev="0.7.7">
  <artifact name="maven-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='ch.sourcepond.maven.plugins', module='maven-plugin', version='0.7.7')
)
libraryDependencies += "ch.sourcepond.maven.plugins" % "maven-plugin" % "0.7.7"
[ch.sourcepond.maven.plugins/maven-plugin "0.7.7"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.3.9
org.apache.maven : maven-core jar 3.3.9

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5

test (6)

Group / Artifact Type Version
org.eclipse.sisu : org.eclipse.sisu.inject jar 0.3.3
junit : junit jar 4.12
org.mockito : mockito-core jar 2.7.11
org.objenesis : objenesis jar 2.5.1
ch.qos.logback : logback-core jar 1.2.1
ch.qos.logback : logback-classic jar 1.2.1

Project Modules

There are no modules declared in this project.