License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.apache.maven |
ArtifactId | ArtifactIdmaven-plugin-tools-model |
Last Version | Last Version2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven Plugin Metadata Model
Maven shared components
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.maven/maven-plugin-tools-model/ -->
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-tools-model</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven/maven-plugin-tools-model/
implementation 'org.apache.maven:maven-plugin-tools-model:2.1'
// https://jarcasting.com/artifacts/org.apache.maven/maven-plugin-tools-model/
implementation ("org.apache.maven:maven-plugin-tools-model:2.1")
'org.apache.maven:maven-plugin-tools-model:jar:2.1'
<dependency org="org.apache.maven" name="maven-plugin-tools-model" rev="2.1">
<artifact name="maven-plugin-tools-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven', module='maven-plugin-tools-model', version='2.1')
)
libraryDependencies += "org.apache.maven" % "maven-plugin-tools-model" % "2.1"
[org.apache.maven/maven-plugin-tools-model "2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-plugin-descriptor | jar | 2.0.5 |
org.codehaus.plexus : plexus-utils | jar | 1.1 |
org.codehaus.plexus : plexus-container-default | jar | 1.0-alpha-9 |