How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.rbkmoney.adapter-thrift-lib</groupId>
<artifactId>adapter-thrift-lib</artifactId>
<version>1.0.6</version>
</dependency>
Choose a version of com.rbkmoney.adapter-thrift-lib : adapter-thrift-lib to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
adapter-thrift-lib-1.0.6
|
||
adapter-thrift-lib-1.0.5
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.rbkmoney.adapter-thrift-lib</groupId>
<artifactId>adapter-thrift-lib</artifactId>
<version>1.0.6</version>
</dependency>
Advertisement