Categories |
CategoriesSpring Boot Container Microservices React User Interface Web Frameworks Reactor Reactive libraries |
---|---|
GroupId | GroupIdcom.github.759434091 |
ArtifactId | ArtifactIdreactor-rpc4j-spring-boot-starter |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.759434091/reactor-rpc4j-spring-boot-starter/ -->
<dependency>
<groupId>com.github.759434091</groupId>
<artifactId>reactor-rpc4j-spring-boot-starter</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.759434091/reactor-rpc4j-spring-boot-starter/
implementation 'com.github.759434091:reactor-rpc4j-spring-boot-starter:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.759434091/reactor-rpc4j-spring-boot-starter/
implementation ("com.github.759434091:reactor-rpc4j-spring-boot-starter:1.0.0.RELEASE")
'com.github.759434091:reactor-rpc4j-spring-boot-starter:jar:1.0.0.RELEASE'
<dependency org="com.github.759434091" name="reactor-rpc4j-spring-boot-starter" rev="1.0.0.RELEASE">
<artifact name="reactor-rpc4j-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.759434091', module='reactor-rpc4j-spring-boot-starter', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.759434091" % "reactor-rpc4j-spring-boot-starter" % "1.0.0.RELEASE"
[com.github.759434091/reactor-rpc4j-spring-boot-starter "1.0.0.RELEASE"]