How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.streams</groupId>
<artifactId>streams-runtimes</artifactId>
<version>0.6.1</version>
</dependency>
Choose a version of org.apache.streams : streams-runtimes to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.6.x |
streams-runtimes-0.6.1
|
||
streams-runtimes-0.6.0
|
|||
0.5.x |
streams-runtimes-0.5.1
|
||
0.5 |
streams-runtimes-0.5-incubating
|
||
0.4.x |
streams-runtimes-0.4.1-incubating
|
||
0.4 |
streams-runtimes-0.4-incubating
|
||
0.3 |
streams-runtimes-0.3-incubating
|
||
0.2 |
streams-runtimes-0.2-incubating
|
||
0.1 |
streams-runtimes-0.1-incubating
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.streams</groupId>
<artifactId>streams-runtimes</artifactId>
<version>0.6.1</version>
</dependency>
Advertisement