WebClient Common

Convenience classes for use with Spring WebFlux

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

us.careydevelopment.util
ArtifactId

ArtifactId

webclient-common
Last Version

Last Version

1.0.0-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

WebClient Common
Convenience classes for use with Spring WebFlux
Project URL

Project URL

https://github.com/careydevelopment/webclient-common
Source Code Management

Source Code Management

https://github.com/careydevelopment/webclient-common

Download webclient-common

How to add to project

<!-- https://jarcasting.com/artifacts/us.careydevelopment.util/webclient-common/ -->
<dependency>
    <groupId>us.careydevelopment.util</groupId>
    <artifactId>webclient-common</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/us.careydevelopment.util/webclient-common/
implementation 'us.careydevelopment.util:webclient-common:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/us.careydevelopment.util/webclient-common/
implementation ("us.careydevelopment.util:webclient-common:1.0.0-RELEASE")
'us.careydevelopment.util:webclient-common:jar:1.0.0-RELEASE'
<dependency org="us.careydevelopment.util" name="webclient-common" rev="1.0.0-RELEASE">
  <artifact name="webclient-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.careydevelopment.util', module='webclient-common', version='1.0.0-RELEASE')
)
libraryDependencies += "us.careydevelopment.util" % "webclient-common" % "1.0.0-RELEASE"
[us.careydevelopment.util/webclient-common "1.0.0-RELEASE"]

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-webflux jar 2.5.4
org.apache.commons : commons-lang3 jar 3.12.0
org.slf4j : slf4j-api jar 1.7.30
com.fasterxml.jackson.core : jackson-core jar 2.12.0
com.fasterxml.jackson.core : jackson-databind jar 2.12.0

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.7.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-RELEASE