| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdorg.apache.maven.plugin-tools |
| ArtifactId | ArtifactIdmaven-plugin-tools-model |
| Last Version | Last Version3.6.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMaven Plugin Metadata Model
The Maven Plugin Metadata Model provides an API to play with the Metadata model.
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.maven.plugin-tools/maven-plugin-tools-model/ -->
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools-model</artifactId>
<version>3.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven.plugin-tools/maven-plugin-tools-model/
implementation 'org.apache.maven.plugin-tools:maven-plugin-tools-model:3.6.4'
// https://jarcasting.com/artifacts/org.apache.maven.plugin-tools/maven-plugin-tools-model/
implementation ("org.apache.maven.plugin-tools:maven-plugin-tools-model:3.6.4")
'org.apache.maven.plugin-tools:maven-plugin-tools-model:jar:3.6.4'
<dependency org="org.apache.maven.plugin-tools" name="maven-plugin-tools-model" rev="3.6.4">
<artifact name="maven-plugin-tools-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven.plugin-tools', module='maven-plugin-tools-model', version='3.6.4')
)
libraryDependencies += "org.apache.maven.plugin-tools" % "maven-plugin-tools-model" % "3.6.4"
[org.apache.maven.plugin-tools/maven-plugin-tools-model "3.6.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.maven : maven-plugin-api | jar | 3.2.5 |
| org.codehaus.plexus : plexus-utils | jar | 3.3.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |