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