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