Spring stream interoperability (parent)

Adds support for using InputStream/OutputStream from Spring's web clients.

License

License

GroupId

GroupId

codes.rafael.springstreaminterop
ArtifactId

ArtifactId

spring-stream-interop
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

pom
Description

Description

Spring stream interoperability (parent)
Adds support for using InputStream/OutputStream from Spring's web clients.
Project URL

Project URL

http://rafael.codes

Download spring-stream-interop

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • spring-stream-web-interop
  • spring-stream-webflux-interop

Versions

Version
1.1.0
1.0.0