h

http-client-spring-webflux

HttpClient implementation and integration for Spring Webflux
https://github.com/v47-io/tmdb-api-client
BSD 3-Clause Clear License
Alex Katlein
Files download
File Operation
http-client-spring-webflux-4.5.0.jar download
http-client-spring-webflux-4.5.0.pom download
http-client-spring-webflux-4.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.v47.tmdb-api-client</groupId>
  <artifactId>http-client-spring-webflux</artifactId>
  <version>4.5.0</version>
</dependency>
Gradle Groovy
implementation 'io.v47.tmdb-api-client:http-client-spring-webflux:4.5.0'
Gradle Kotlin
implementation("io.v47.tmdb-api-client:http-client-spring-webflux:4.5.0")
Scala SBT
libraryDependencies += "io.v47.tmdb-api-client" % "http-client-spring-webflux" % "4.5.0"
Groovy Grape
@Grapes(
  @Grab(group='io.v47.tmdb-api-client', module='http-client-spring-webflux', version='4.5.0')
)
Apache Ivy
<dependency org="io.v47.tmdb-api-client" name="http-client-spring-webflux" rev="4.5.0" />
Leiningen
[io.v47.tmdb-api-client/http-client-spring-webflux "4.5.0"]
Apache Buildr
'io.v47.tmdb-api-client:http-client-spring-webflux:jar:4.5.0'