is not current version
Last Version 1.1.6

io.projectreactor.kotlin:reactor-kotlin-extensions 1.0.1.RELEASE

Kotlin extensions for Project Reactor

Categories

Categories

Kotlin Languages React User Interface Web Frameworks Reactor Container Microservices Reactive libraries
GroupId

GroupId

io.projectreactor.kotlin
ArtifactId

ArtifactId

reactor-kotlin-extensions
Version

Version

1.0.1.RELEASE
Type

Type

jar

Download reactor-kotlin-extensions 1.0.1.RELEASE


<!-- https://jarcasting.com/artifacts/io.projectreactor.kotlin/reactor-kotlin-extensions/ -->
<dependency>
    <groupId>io.projectreactor.kotlin</groupId>
    <artifactId>reactor-kotlin-extensions</artifactId>
    <version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.projectreactor.kotlin/reactor-kotlin-extensions/
implementation 'io.projectreactor.kotlin:reactor-kotlin-extensions:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/io.projectreactor.kotlin/reactor-kotlin-extensions/
implementation ("io.projectreactor.kotlin:reactor-kotlin-extensions:1.0.1.RELEASE")
'io.projectreactor.kotlin:reactor-kotlin-extensions:jar:1.0.1.RELEASE'
<dependency org="io.projectreactor.kotlin" name="reactor-kotlin-extensions" rev="1.0.1.RELEASE">
  <artifact name="reactor-kotlin-extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.projectreactor.kotlin', module='reactor-kotlin-extensions', version='1.0.1.RELEASE')
)
libraryDependencies += "io.projectreactor.kotlin" % "reactor-kotlin-extensions" % "1.0.1.RELEASE"
[io.projectreactor.kotlin/reactor-kotlin-extensions "1.0.1.RELEASE"]