How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.leeyazhou</groupId>
<artifactId>crpc-bootstrap</artifactId>
<version>1.0.2.RELEASE</version>
</dependency>
Choose a version of com.github.leeyazhou : crpc-bootstrap to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
crpc-bootstrap-1.0.2.RELEASE
|
||
crpc-bootstrap-1.0.1.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.leeyazhou</groupId>
<artifactId>crpc-bootstrap</artifactId>
<version>1.0.2.RELEASE</version>
</dependency>
Advertisement