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