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