| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdus.careydevelopment.util |
| ArtifactId | ArtifactIdwebclient-common |
| Version | Version1.0.0-RELEASE |
| Type | Typejar |
| Description |
DescriptionWebClient Common
Convenience classes for use with Spring WebFlux
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |