MVN

com.github.zg2pro.dt : dependency-track-maven-plugin

Maven & Gradle

Nov 24, 2022
0 stars

Dependency Track Maven Plugin · Maven plugin to integrate with a Dependency Track server to submit dependency manifests and gather project metrics.

<plugin>
    <groupId>com.github.zg2pro.dt</groupId>
    <artifactId>dependency-track-maven-plugin</artifactId>
    <version>1.2.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.zg2pro.dt : dependency-track-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of com.github.zg2pro.dt : dependency-track-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
dependency-track-maven-plugin-1.2.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.zg2pro.dt</groupId>
    <artifactId>dependency-track-maven-plugin</artifactId>
    <version>1.2.1</version>
</plugin>

Advertisement