How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ly.iterative.itly</groupId>
<artifactId>plugin-snowplow</artifactId>
<version>2.0-beta-4</version>
</dependency>
Choose a version of ly.iterative.itly : plugin-snowplow to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0 |
plugin-snowplow-2.0-beta-4
|
||
plugin-snowplow-2.0-beta-3
|
|||
plugin-snowplow-2.0-beta-2
|
|||
plugin-snowplow-2.0-beta-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ly.iterative.itly</groupId>
<artifactId>plugin-snowplow</artifactId>
<version>2.0-beta-4</version>
</dependency>
Advertisement