Download maven-plugin-registry-2.0-beta-1.jar file - Jar m

Jar examples for m:maven-plugin-registry

Description

Maven components parent

You can download jar file maven-plugin-registry 2.0-beta-1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add maven-plugin-registry-2.0-beta-1.jar to your project.

<dependency>
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-plugin-registry</artifactId>
   <version>2.0-beta-1</version>
</dependency>
compile group: 'org.apache.maven', name: 'maven-plugin-registry', version: '2.0-beta-1'
libraryDependencies += "org.apache.maven" % "maven-plugin-registry" % "2.0-beta-1"
<dependency org="org.apache.maven" name="maven-plugin-registry" rev="2.0-beta-1"/>
@Grapes(@Grab(group='org.apache.maven', module='maven-plugin-registry', version='2.0-beta-1'))
'org.apache.maven:maven-plugin-registry:jar:2.0-beta-1'

Download

Click the following link to download the jar file.

maven-plugin-registry-2.0-beta-1.jar
maven-plugin-registry-2.0-beta-1.pom



Related Tutorials