How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.dineshgpillai</groupId>
<artifactId>flink-streamer-reference-data</artifactId>
<version>1.0.0-3</version>
</dependency>
Choose a version of io.github.dineshgpillai : flink-streamer-reference-data to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
flink-streamer-reference-data-1.0.0-3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.dineshgpillai</groupId>
<artifactId>flink-streamer-reference-data</artifactId>
<version>1.0.0-3</version>
</dependency>
Advertisement