GroupId | GroupIdio.rsocket |
---|---|
ArtifactId | ArtifactIdrsocket-bom |
Version | Version1.0.0-RC6 |
Type | Typepom |
Filename | Size |
---|---|
rsocket-bom-1.0.0-RC6.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.rsocket/rsocket-bom/ -->
<dependency>
<groupId>io.rsocket</groupId>
<artifactId>rsocket-bom</artifactId>
<version>1.0.0-RC6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.rsocket/rsocket-bom/
implementation 'io.rsocket:rsocket-bom:1.0.0-RC6'
// https://jarcasting.com/artifacts/io.rsocket/rsocket-bom/
implementation ("io.rsocket:rsocket-bom:1.0.0-RC6")
'io.rsocket:rsocket-bom:pom:1.0.0-RC6'
<dependency org="io.rsocket" name="rsocket-bom" rev="1.0.0-RC6">
<artifact name="rsocket-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.rsocket', module='rsocket-bom', version='1.0.0-RC6')
)
libraryDependencies += "io.rsocket" % "rsocket-bom" % "1.0.0-RC6"
[io.rsocket/rsocket-bom "1.0.0-RC6"]