How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.googlecode.streamflyer</groupId>
<artifactId>streamflyer-parent</artifactId>
<version>1.1.3</version>
</dependency>
Choose a version of com.googlecode.streamflyer : streamflyer-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
streamflyer-parent-1.1.3
|
||
streamflyer-parent-1.1.2
|
|||
streamflyer-parent-1.1.1
|
|||
1.0.x |
streamflyer-parent-1.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.googlecode.streamflyer</groupId>
<artifactId>streamflyer-parent</artifactId>
<version>1.1.3</version>
</dependency>
Advertisement