How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.hburgmeier.jerseyoauth2</groupId>
<artifactId>jersey-oauth2</artifactId>
<version>0.8</version>
</dependency>
Choose a version of com.github.hburgmeier.jerseyoauth2 : jersey-oauth2 to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.8 |
jersey-oauth2-0.8
|
||
0.7 |
jersey-oauth2-0.7
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.hburgmeier.jerseyoauth2</groupId>
<artifactId>jersey-oauth2</artifactId>
<version>0.8</version>
</dependency>
Advertisement