How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.homeaway.streamingplatform</groupId>
<artifactId>stream-registry-parent</artifactId>
<version>0.4.1</version>
</dependency>
Choose a version of com.homeaway.streamingplatform : stream-registry-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.4.x |
stream-registry-parent-0.4.1
|
||
stream-registry-parent-0.4.0
|
|||
0.3.x |
stream-registry-parent-0.3.2
|
||
stream-registry-parent-0.3.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.homeaway.streamingplatform</groupId>
<artifactId>stream-registry-parent</artifactId>
<version>0.4.1</version>
</dependency>
Advertisement