Download enforcer-api-3.0.0-M1.jar file - Jar e

Jar examples for e:enforcer-api

Description

This component provides the generic interfaces needed to implement custom rules for the maven-enforcer-plugin.

You can download jar file enforcer-api 3.0.0-M1 in this page.

License

Apache License

Build File

You can use the following script to add enforcer-api-3.0.0-M1.jar to your project.

<dependency>
   <groupId>org.apache.maven.enforcer</groupId>
   <artifactId>enforcer-api</artifactId>
   <version>3.0.0-M1</version>
</dependency>
compile group: 'org.apache.maven.enforcer', name: 'enforcer-api', version: '3.0.0-M1'
libraryDependencies += "org.apache.maven.enforcer" % "enforcer-api" % "3.0.0-M1"
<dependency org="org.apache.maven.enforcer" name="enforcer-api" rev="3.0.0-M1"/>
@Grapes(@Grab(group='org.apache.maven.enforcer', module='enforcer-api', version='3.0.0-M1'))
'org.apache.maven.enforcer:enforcer-api:jar:3.0.0-M1'

Download

Click the following link to download the jar file.

enforcer-api-3.0.0-M1-javadoc.jar
enforcer-api-3.0.0-M1-sources.jar
enforcer-api-3.0.0-M1.jar
enforcer-api-3.0.0-M1.pom



Related Tutorials