| Категории |
КатегорииReact Взаимодействие с пользователем Веб-фреймворки Dubbo Сеть Networking |
|---|---|
| Группа | Группаcom.github.cherrythefatbunny |
| Идентификатор | Идентификаторreactive-dubbo-extensions |
| Версия | Версия2.10.10 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.cherrythefatbunny/reactive-dubbo-extensions/ -->
<dependency>
<groupId>com.github.cherrythefatbunny</groupId>
<artifactId>reactive-dubbo-extensions</artifactId>
<version>2.10.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cherrythefatbunny/reactive-dubbo-extensions/
implementation 'com.github.cherrythefatbunny:reactive-dubbo-extensions:2.10.10'
// https://jarcasting.com/artifacts/com.github.cherrythefatbunny/reactive-dubbo-extensions/
implementation ("com.github.cherrythefatbunny:reactive-dubbo-extensions:2.10.10")
'com.github.cherrythefatbunny:reactive-dubbo-extensions:jar:2.10.10'
<dependency org="com.github.cherrythefatbunny" name="reactive-dubbo-extensions" rev="2.10.10">
<artifact name="reactive-dubbo-extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cherrythefatbunny', module='reactive-dubbo-extensions', version='2.10.10')
)
libraryDependencies += "com.github.cherrythefatbunny" % "reactive-dubbo-extensions" % "2.10.10"
[com.github.cherrythefatbunny/reactive-dubbo-extensions "2.10.10"]