How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.didiglobal.thriftmock</groupId>
<artifactId>thrift-mock</artifactId>
<version>1.0.2</version>
</dependency>
Choose a version of com.didiglobal.thriftmock : thrift-mock to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
thrift-mock-1.0.2
|
||
thrift-mock-1.0.1
|
|||
thrift-mock-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.didiglobal.thriftmock</groupId>
<artifactId>thrift-mock</artifactId>
<version>1.0.2</version>
</dependency>
Advertisement