How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.thundra.plugin</groupId>
<artifactId>thundra-teamcity-plugin</artifactId>
<version>1.0.7</version>
</dependency>
Choose a version of io.thundra.plugin : thundra-teamcity-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
thundra-teamcity-plugin-1.0.7
|
||
thundra-teamcity-plugin-1.0.6
|
|||
thundra-teamcity-plugin-1.0.4
|
|||
thundra-teamcity-plugin-1.0.3
|
|||
thundra-teamcity-plugin-1.0.2
|
|||
thundra-teamcity-plugin-1.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.thundra.plugin</groupId>
<artifactId>thundra-teamcity-plugin</artifactId>
<version>1.0.7</version>
</dependency>
Advertisement