How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.adamcin.httpsig</groupId>
<artifactId>httpsig</artifactId>
<version>1.3.1</version>
</dependency>
Choose a version of net.adamcin.httpsig : httpsig to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
httpsig-1.3.1
|
||
httpsig-1.3.0
|
|||
1.2.x |
httpsig-1.2.1
|
||
httpsig-1.2.0
|
|||
1.1.x |
httpsig-1.1.0
|
||
1.0.x |
httpsig-1.0.6
|
||
httpsig-1.0.4
|
|||
httpsig-1.0.2
|
|||
httpsig-1.0.0
|
|||
0.6.x |
httpsig-0.6.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.adamcin.httpsig</groupId>
<artifactId>httpsig</artifactId>
<version>1.3.1</version>
</dependency>
Advertisement