License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdio.tesla.maven |
ArtifactId | ArtifactIdmaven-plugin-api |
Last Version | Last Version3.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven Plugin API
The API for plugins - Mojos - development.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
maven-plugin-api-3.1.2.pom | |
maven-plugin-api-3.1.2.jar | 48 KB |
maven-plugin-api-3.1.2-sources.jar | 64 KB |
maven-plugin-api-3.1.2-javadoc.jar | 262 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |