Spring stream interoperability (spring-web)

Offers RestTemplate support for the JDK's built-in HTTP client.

License

License

GroupId

GroupId

codes.rafael.springstreaminterop
ArtifactId

ArtifactId

spring-stream-web-interop
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Spring stream interoperability (spring-web)
Offers RestTemplate support for the JDK's built-in HTTP client.

Download spring-stream-web-interop

How to add to project

<!-- https://jarcasting.com/artifacts/codes.rafael.springstreaminterop/spring-stream-web-interop/ -->
<dependency>
    <groupId>codes.rafael.springstreaminterop</groupId>
    <artifactId>spring-stream-web-interop</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/codes.rafael.springstreaminterop/spring-stream-web-interop/
implementation 'codes.rafael.springstreaminterop:spring-stream-web-interop:1.1.0'
// https://jarcasting.com/artifacts/codes.rafael.springstreaminterop/spring-stream-web-interop/
implementation ("codes.rafael.springstreaminterop:spring-stream-web-interop:1.1.0")
'codes.rafael.springstreaminterop:spring-stream-web-interop:jar:1.1.0'
<dependency org="codes.rafael.springstreaminterop" name="spring-stream-web-interop" rev="1.1.0">
  <artifact name="spring-stream-web-interop" type="jar" />
</dependency>
@Grapes(
@Grab(group='codes.rafael.springstreaminterop', module='spring-stream-web-interop', version='1.1.0')
)
libraryDependencies += "codes.rafael.springstreaminterop" % "spring-stream-web-interop" % "1.1.0"
[codes.rafael.springstreaminterop/spring-stream-web-interop "1.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.springframework : spring-web jar 5.3.19

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0