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