How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.frimtec</groupId>
<artifactId>teamcity-inspection-notification-plugin</artifactId>
<version>1.0.6</version>
</dependency>
Choose a version of com.github.frimtec : teamcity-inspection-notification-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
teamcity-inspection-notification-plugin-1.0.6
|
||
teamcity-inspection-notification-plugin-1.0.5
|
|||
teamcity-inspection-notification-plugin-1.0.4
|
|||
teamcity-inspection-notification-plugin-1.0.3
|
|||
0.0.x |
teamcity-inspection-notification-plugin-0.0.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.frimtec</groupId>
<artifactId>teamcity-inspection-notification-plugin</artifactId>
<version>1.0.6</version>
</dependency>
Advertisement