How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.linshenkx</groupId>
<artifactId>rpc-netty-spring-boot-starter</artifactId>
<version>2.0.2.RELEASE</version>
</dependency>
Choose a version of com.github.linshenkx : rpc-netty-spring-boot-starter to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
rpc-netty-spring-boot-starter-2.0.2.RELEASE
|
||
rpc-netty-spring-boot-starter-2.0.1.RELEASE
|
|||
rpc-netty-spring-boot-starter-2.0.0.RELEASE
|
|||
1.0.x |
rpc-netty-spring-boot-starter-1.0.4.RELEASE
|
||
rpc-netty-spring-boot-starter-1.0.3.RELEASE
|
|||
rpc-netty-spring-boot-starter-1.0.2.RELEASE
|
|||
rpc-netty-spring-boot-starter-1.0.1.RELEASE
|
|||
rpc-netty-spring-boot-starter-1.0.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.linshenkx</groupId>
<artifactId>rpc-netty-spring-boot-starter</artifactId>
<version>2.0.2.RELEASE</version>
</dependency>
Advertisement