h

hierarchy-maven-plugin

This plugin displays the hierarchy of parent poms and imported poms
https://github.com/ExampleDriven/hierarchy-maven-plugin
Apache License, Version 2.0
Exampledriven
Peter Szanto
Files download
File Operation
hierarchy-maven-plugin-1.4.jar download
hierarchy-maven-plugin-1.4.pom download
hierarchy-maven-plugin-1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.exampledriven</groupId>
  <artifactId>hierarchy-maven-plugin</artifactId>
  <version>1.4</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.exampledriven:hierarchy-maven-plugin:1.4'
Gradle Kotlin
implementation("com.github.exampledriven:hierarchy-maven-plugin:1.4")
Scala SBT
libraryDependencies += "com.github.exampledriven" % "hierarchy-maven-plugin" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.exampledriven', module='hierarchy-maven-plugin', version='1.4')
)
Apache Ivy
<dependency org="com.github.exampledriven" name="hierarchy-maven-plugin" rev="1.4" />
Leiningen
[com.github.exampledriven/hierarchy-maven-plugin "1.4"]
Apache Buildr
'com.github.exampledriven:hierarchy-maven-plugin:jar:1.4'