| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages |
| GroupId | GroupIdio.rsocket.kotlin |
| ArtifactId | ArtifactIdrsocket-core |
| Last Version | Last Version0.15.4 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionrsocket-core
RSocket core functionality
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rsocket-core-0.15.4.pom | |
| rsocket-core-0.15.4-sources.jar | 142 KB |
| rsocket-core-0.15.4-kotlin-tooling-metadata.json | 5 KB |
| rsocket-core-0.15.4-javadoc.jar | 261 bytes |
| rsocket-core-0.15.4-all.jar | 42 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.rsocket.kotlin/rsocket-core/ -->
<dependency>
<groupId>io.rsocket.kotlin</groupId>
<artifactId>rsocket-core</artifactId>
<version>0.15.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.rsocket.kotlin/rsocket-core/
implementation 'io.rsocket.kotlin:rsocket-core:0.15.4'
// https://jarcasting.com/artifacts/io.rsocket.kotlin/rsocket-core/
implementation ("io.rsocket.kotlin:rsocket-core:0.15.4")
'io.rsocket.kotlin:rsocket-core:pom:0.15.4'
<dependency org="io.rsocket.kotlin" name="rsocket-core" rev="0.15.4">
<artifact name="rsocket-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.rsocket.kotlin', module='rsocket-core', version='0.15.4')
)
libraryDependencies += "io.rsocket.kotlin" % "rsocket-core" % "0.15.4"
[io.rsocket.kotlin/rsocket-core "0.15.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.6.1 |
| io.ktor : ktor-io | jar | 2.0.0 |
| org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.20 |
| org.jetbrains.kotlinx : atomicfu | jar | 0.17.1 |