How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.ray</groupId>
<artifactId>ray-streaming</artifactId>
<version>0.0.1</version>
</dependency>
Choose a version of io.ray : ray-streaming to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.10.x |
ray-streaming-1.10.0
|
||
1.9.x |
ray-streaming-1.9.2
|
||
ray-streaming-1.9.1
|
|||
ray-streaming-1.9.0
|
|||
1.8.x |
ray-streaming-1.8.0
|
||
1.7.x |
ray-streaming-1.7.0
|
||
1.6.x |
ray-streaming-1.6.0
|
||
1.4.x |
ray-streaming-1.4.0
|
||
1.3.x |
ray-streaming-1.3.0
|
||
1.2.x |
ray-streaming-1.2.0
|
||
1.1.x |
ray-streaming-1.1.0
|
||
1.0.x |
ray-streaming-1.0.1
|
||
ray-streaming-1.0.0
|
|||
0.9.x |
ray-streaming-0.9.0
|
||
0.0.x |
ray-streaming-0.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.ray</groupId>
<artifactId>ray-streaming</artifactId>
<version>0.0.1</version>
</dependency>
Advertisement