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