is not current version
Last Version 1.1.2

io.rsocket:rsocket-bom 1.1.0-RC1

RSocket Java Bill of materials.

GroupId

GroupId

io.rsocket
ArtifactId

ArtifactId

rsocket-bom
Version

Version

1.1.0-RC1
Type

Type

pom

Download rsocket-bom 1.1.0-RC1


<!-- https://jarcasting.com/artifacts/io.rsocket/rsocket-bom/ -->
<dependency>
    <groupId>io.rsocket</groupId>
    <artifactId>rsocket-bom</artifactId>
    <version>1.1.0-RC1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.rsocket/rsocket-bom/
implementation 'io.rsocket:rsocket-bom:1.1.0-RC1'
// https://jarcasting.com/artifacts/io.rsocket/rsocket-bom/
implementation ("io.rsocket:rsocket-bom:1.1.0-RC1")
'io.rsocket:rsocket-bom:pom:1.1.0-RC1'
<dependency org="io.rsocket" name="rsocket-bom" rev="1.1.0-RC1">
  <artifact name="rsocket-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.rsocket', module='rsocket-bom', version='1.1.0-RC1')
)
libraryDependencies += "io.rsocket" % "rsocket-bom" % "1.1.0-RC1"
[io.rsocket/rsocket-bom "1.1.0-RC1"]