is not current version
Last Version 2.2.1

org.apache.maven:maven-plugin-descriptor 2.0-beta-2


Categories

Categories

Maven Build Tools
GroupId

GroupId

org.apache.maven
ArtifactId

ArtifactId

maven-plugin-descriptor
Version

Version

2.0-beta-2
Type

Type

jar

Download maven-plugin-descriptor 2.0-beta-2


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