Categories |
CategoriesReact User Interface Web Frameworks Dubbo Net Networking |
---|---|
GroupId | GroupIdcom.github.cherrythefatbunny |
ArtifactId | ArtifactIdreactive-dubbo |
Version | Version2.10.10 |
Type | Typepom |
Filename | Size |
---|---|
reactive-dubbo-2.10.10.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cherrythefatbunny/reactive-dubbo/ -->
<dependency>
<groupId>com.github.cherrythefatbunny</groupId>
<artifactId>reactive-dubbo</artifactId>
<version>2.10.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.cherrythefatbunny/reactive-dubbo/
implementation 'com.github.cherrythefatbunny:reactive-dubbo:2.10.10'
// https://jarcasting.com/artifacts/com.github.cherrythefatbunny/reactive-dubbo/
implementation ("com.github.cherrythefatbunny:reactive-dubbo:2.10.10")
'com.github.cherrythefatbunny:reactive-dubbo:pom:2.10.10'
<dependency org="com.github.cherrythefatbunny" name="reactive-dubbo" rev="2.10.10">
<artifact name="reactive-dubbo" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.cherrythefatbunny', module='reactive-dubbo', version='2.10.10')
)
libraryDependencies += "com.github.cherrythefatbunny" % "reactive-dubbo" % "2.10.10"
[com.github.cherrythefatbunny/reactive-dubbo "2.10.10"]