Maven Plugin API

The API for plugins - Mojos - development.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

io.tesla.maven
ArtifactId

ArtifactId

maven-plugin-api
Last Version

Last Version

3.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

Maven Plugin API
The API for plugins - Mojos - development.
Project Organization

Project Organization

The Apache Software Foundation

Download maven-plugin-api

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
io.tesla.maven : maven-model jar 3.1.2
io.tesla.maven : maven-artifact jar 3.1.2
org.eclipse.sisu : org.eclipse.sisu.plexus jar 0.0.0.M2a

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
3.1.2
3.1.0
1.0.0