How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.zalando.stups</groupId>
<artifactId>fullstop-violation</artifactId>
<version>1.1.0</version>
</dependency>
Choose a version of org.zalando.stups : fullstop-violation to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
fullstop-violation-1.1.0
|
||
1.0.x |
fullstop-violation-1.0.2
|
||
fullstop-violation-1.0.1
|
|||
fullstop-violation-1.0.0.M1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.zalando.stups</groupId>
<artifactId>fullstop-violation</artifactId>
<version>1.1.0</version>
</dependency>
Advertisement