How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.johnnymillergh.boot</groupId>
<artifactId>media-streaming</artifactId>
<version>1.2.2</version>
</dependency>
Choose a version of com.github.johnnymillergh.boot : media-streaming to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
media-streaming-1.2.2
|
||
media-streaming-1.2.1
|
|||
media-streaming-1.2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.johnnymillergh.boot</groupId>
<artifactId>media-streaming</artifactId>
<version>1.2.2</version>
</dependency>
Advertisement