d

dep-tree-maven-plugin

A shortcut for dependency:tree + build-helper-maven-plugin:attach-artifact
https://github.com/cmarchand/dep-tree-maven-plugin
Apache License, version 2.0
Christophe Marchand
文件下载
文件名 操作
dep-tree-maven-plugin-1.0.0.jar 下载
dep-tree-maven-plugin-1.0.0.pom 下载
dep-tree-maven-plugin-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>top.marchand.maven</groupId>
  <artifactId>dep-tree-maven-plugin</artifactId>
  <version>1.0.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'top.marchand.maven:dep-tree-maven-plugin:1.0.0'
Gradle Kotlin
implementation("top.marchand.maven:dep-tree-maven-plugin:1.0.0")
Scala SBT
libraryDependencies += "top.marchand.maven" % "dep-tree-maven-plugin" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='top.marchand.maven', module='dep-tree-maven-plugin', version='1.0.0')
)
Apache Ivy
<dependency org="top.marchand.maven" name="dep-tree-maven-plugin" rev="1.0.0" />
Leiningen
[top.marchand.maven/dep-tree-maven-plugin "1.0.0"]
Apache Buildr
'top.marchand.maven:dep-tree-maven-plugin:jar:1.0.0'