This is the parent POM for all projects published by SourcePond.
License |
License
Apache License, Version 2.0
|
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdch.sourcepond.maven.plugins |
ArtifactId | ArtifactIdmaven-plugin |
Last Version | Last Version0.7.7 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBase-POM for Maven Plugins
Base project object model for all Maven-plugin projects published by SourcePond.
|
Project Organization |
Project OrganizationSourcePond |
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"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-plugin-api | jar | 3.3.9 |
org.apache.maven : maven-core | jar | 3.3.9 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.5 |
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 |
This is the parent POM for all projects published by SourcePond.