File | Operation |
---|---|
maven-plugin-testing-2.1.pom | download |
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing</artifactId>
<version>2.1</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.apache.maven.plugin-testing', module='maven-plugin-testing', version='2.1')
)
<dependency org="org.apache.maven.plugin-testing" name="maven-plugin-testing" rev="2.1" />