spring-boot-starter-rsocket

spring-boot-starter-rsocket

Starter for building RSocket clients and servers
https://spring.io/projects/spring-boot
Apache License, Version 2.0
Pivotal Software, Inc.
Pivotal
文件下载
文件名 操作
spring-boot-starter-rsocket-2.6.3.jar 下载
spring-boot-starter-rsocket-2.6.3.pom 下载
spring-boot-starter-rsocket-2.6.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-rsocket</artifactId>
  <version>2.6.3</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot-starter-rsocket:2.6.3'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot-starter-rsocket:2.6.3")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-rsocket" % "2.6.3"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot-starter-rsocket', version='2.6.3')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot-starter-rsocket" rev="2.6.3" />
Leiningen
[org.springframework.boot/spring-boot-starter-rsocket "2.6.3"]
Apache Buildr
'org.springframework.boot:spring-boot-starter-rsocket:jar:2.6.3'