f

fastboot-webflux

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