p

pomhelper-maven-plugin

Provides utility goals for finding duplicate plugins and printing modules.
http://code.google.com/p/pomhelper/
Files download
File Operation
pomhelper-maven-plugin-0.0.2.jar download
pomhelper-maven-plugin-0.0.2.pom download
pomhelper-maven-plugin-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.code.pomhelper</groupId>
  <artifactId>pomhelper-maven-plugin</artifactId>
  <version>0.0.2</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.google.code.pomhelper:pomhelper-maven-plugin:0.0.2'
Gradle Kotlin
implementation("com.google.code.pomhelper:pomhelper-maven-plugin:0.0.2")
Scala SBT
libraryDependencies += "com.google.code.pomhelper" % "pomhelper-maven-plugin" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.google.code.pomhelper', module='pomhelper-maven-plugin', version='0.0.2')
)
Apache Ivy
<dependency org="com.google.code.pomhelper" name="pomhelper-maven-plugin" rev="0.0.2" />
Leiningen
[com.google.code.pomhelper/pomhelper-maven-plugin "0.0.2"]
Apache Buildr
'com.google.code.pomhelper:pomhelper-maven-plugin:jar:0.0.2'