f

fastboot-webflux

webflux for fastboot
Files download
File Operation
fastboot-webflux-2.8.3.jar download
fastboot-webflux-2.8.3.pom download
fastboot-webflux-2.8.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.stylesmile</groupId>
  <artifactId>fastboot-webflux</artifactId>
  <version>2.8.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.stylesmile:fastboot-webflux:2.8.3'
Gradle Kotlin
implementation("io.github.stylesmile:fastboot-webflux:2.8.3")
Scala SBT
libraryDependencies += "io.github.stylesmile" % "fastboot-webflux" % "2.8.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.stylesmile', module='fastboot-webflux', version='2.8.3')
)
Apache Ivy
<dependency org="io.github.stylesmile" name="fastboot-webflux" rev="2.8.3" />
Leiningen
[io.github.stylesmile/fastboot-webflux "2.8.3"]
Apache Buildr
'io.github.stylesmile:fastboot-webflux:jar:2.8.3'