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