| License |
License |
|---|---|
| GroupId | GroupIdio.rsocket |
| ArtifactId | ArtifactIdrsocket-core |
| Last Version | Last Version1.1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionrsocket-core
Core functionality for the RSocket library
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rsocket-core-1.1.2.pom | |
| rsocket-core-1.1.2.jar | 322 KB |
| rsocket-core-1.1.2-sources.jar | 210 KB |
| rsocket-core-1.1.2-javadoc.jar | 596 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.rsocket/rsocket-core/ -->
<dependency>
<groupId>io.rsocket</groupId>
<artifactId>rsocket-core</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.rsocket/rsocket-core/
implementation 'io.rsocket:rsocket-core:1.1.2'
// https://jarcasting.com/artifacts/io.rsocket/rsocket-core/
implementation ("io.rsocket:rsocket-core:1.1.2")
'io.rsocket:rsocket-core:jar:1.1.2'
<dependency org="io.rsocket" name="rsocket-core" rev="1.1.2">
<artifact name="rsocket-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rsocket', module='rsocket-core', version='1.1.2')
)
libraryDependencies += "io.rsocket" % "rsocket-core" % "1.1.2"
[io.rsocket/rsocket-core "1.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.netty : netty-buffer | jar | 4.1.75.Final |
| io.projectreactor : reactor-core | jar | 3.4.16 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.36 |