How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.streamxhub.streamx</groupId>
<artifactId>streamx-flink-shims</artifactId>
<version>1.2.3</version>
</dependency>
Choose a version of com.streamxhub.streamx : streamx-flink-shims to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
streamx-flink-shims-1.2.3
|
||
streamx-flink-shims-1.2.2
|
|||
streamx-flink-shims-1.2.0
|
|||
1.1.x |
streamx-flink-shims-1.1.0
|
||
1.0.x |
streamx-flink-shims-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.streamxhub.streamx</groupId>
<artifactId>streamx-flink-shims</artifactId>
<version>1.2.3</version>
</dependency>
Advertisement