How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.jwebmp.thirdparty</groupId>
<artifactId>jwebmp-ua-detector</artifactId>
<version>0.68.0.1</version>
</dependency>
Choose a version of com.jwebmp.thirdparty : jwebmp-ua-detector to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.68.x |
jwebmp-ua-detector-0.68.0.1
|
||
0.67.x |
jwebmp-ua-detector-0.67.0.16
|
||
jwebmp-ua-detector-0.67.0.15
|
|||
jwebmp-ua-detector-0.67.0.12
|
|||
jwebmp-ua-detector-0.67.0.9
|
|||
jwebmp-ua-detector-0.67.0.7
|
|||
jwebmp-ua-detector-0.67.0.5
|
|||
jwebmp-ua-detector-0.67.0.4
|
|||
jwebmp-ua-detector-0.67.0.3
|
|||
jwebmp-ua-detector-0.67.0.2
|
|||
jwebmp-ua-detector-0.67.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.jwebmp.thirdparty</groupId>
<artifactId>jwebmp-ua-detector</artifactId>
<version>0.68.0.1</version>
</dependency>
Advertisement