How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.pajato.argus</groupId>
<artifactId>argus-tmdb-core</artifactId>
<version>0.0.13</version>
</dependency>
Choose a version of com.pajato.argus : argus-tmdb-core to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
argus-tmdb-core-0.0.13
|
||
argus-tmdb-core-0.0.12
|
|||
argus-tmdb-core-0.0.11
|
|||
argus-tmdb-core-0.0.10
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.pajato.argus</groupId>
<artifactId>argus-tmdb-core</artifactId>
<version>0.0.13</version>
</dependency>
Advertisement