| Категории |
КатегорииSpring Boot Контейнер Микросервисы Сеть Netty Networking |
|---|---|
| Группа | Группаcom.github.linshenkx |
| Идентификатор | Идентификаторrpc-netty-spring-boot-starter |
| Версия | Версия1.0.4.RELEASE |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| rpc-netty-spring-boot-starter-1.0.4.RELEASE.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.linshenkx/rpc-netty-spring-boot-starter/ -->
<dependency>
<groupId>com.github.linshenkx</groupId>
<artifactId>rpc-netty-spring-boot-starter</artifactId>
<version>1.0.4.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.linshenkx/rpc-netty-spring-boot-starter/
implementation 'com.github.linshenkx:rpc-netty-spring-boot-starter:1.0.4.RELEASE'
// https://jarcasting.com/artifacts/com.github.linshenkx/rpc-netty-spring-boot-starter/
implementation ("com.github.linshenkx:rpc-netty-spring-boot-starter:1.0.4.RELEASE")
'com.github.linshenkx:rpc-netty-spring-boot-starter:pom:1.0.4.RELEASE'
<dependency org="com.github.linshenkx" name="rpc-netty-spring-boot-starter" rev="1.0.4.RELEASE">
<artifact name="rpc-netty-spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.linshenkx', module='rpc-netty-spring-boot-starter', version='1.0.4.RELEASE')
)
libraryDependencies += "com.github.linshenkx" % "rpc-netty-spring-boot-starter" % "1.0.4.RELEASE"
[com.github.linshenkx/rpc-netty-spring-boot-starter "1.0.4.RELEASE"]