License |
License |
---|---|
GroupId | GroupIdio.rsocket |
ArtifactId | ArtifactIdrsocket-bom |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionrsocket-bom
RSocket Java Bill of materials.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rsocket-bom-1.1.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.rsocket/rsocket-bom/ -->
<dependency>
<groupId>io.rsocket</groupId>
<artifactId>rsocket-bom</artifactId>
<version>1.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.rsocket/rsocket-bom/
implementation 'io.rsocket:rsocket-bom:1.1.2'
// https://jarcasting.com/artifacts/io.rsocket/rsocket-bom/
implementation ("io.rsocket:rsocket-bom:1.1.2")
'io.rsocket:rsocket-bom:pom:1.1.2'
<dependency org="io.rsocket" name="rsocket-bom" rev="1.1.2">
<artifact name="rsocket-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.rsocket', module='rsocket-bom', version='1.1.2')
)
libraryDependencies += "io.rsocket" % "rsocket-bom" % "1.1.2"
[io.rsocket/rsocket-bom "1.1.2"]