is not current version
Last Version 2.2.1

org.apache.maven:maven-plugin-descriptor 2.1.0-M1


Categories

Categories

Maven Build Tools
GroupId

GroupId

org.apache.maven
ArtifactId

ArtifactId

maven-plugin-descriptor
Version

Version

2.1.0-M1
Type

Type

jar

Download maven-plugin-descriptor 2.1.0-M1


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