How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.fujieid.jap.http.adapter</groupId>
<artifactId>jap-http-adapter-bom</artifactId>
<version>1.0.3</version>
</dependency>
Choose a version of com.fujieid.jap.http.adapter : jap-http-adapter-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
jap-http-adapter-bom-1.0.3
|
||
jap-http-adapter-bom-1.0.2
|
|||
jap-http-adapter-bom-1.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.fujieid.jap.http.adapter</groupId>
<artifactId>jap-http-adapter-bom</artifactId>
<version>1.0.3</version>
</dependency>
Advertisement