License |
License |
---|---|
Categories |
CategoriesRxJava Container Microservices Reactive libraries |
GroupId | GroupIdio.smallrye |
ArtifactId | ArtifactIdsmallrye-context-propagation-propagators-rxjava1 |
Last Version | Last Version2.0.0-RC1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsmallrye-context-propagation-propagators-rxjava1
A pluggable library for context propagation in reactive libraries
|
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-context-propagation-propagators-rxjava1/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-context-propagation-propagators-rxjava1</artifactId>
<version>2.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-context-propagation-propagators-rxjava1/
implementation 'io.smallrye:smallrye-context-propagation-propagators-rxjava1:2.0.0-RC1'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-context-propagation-propagators-rxjava1/
implementation ("io.smallrye:smallrye-context-propagation-propagators-rxjava1:2.0.0-RC1")
'io.smallrye:smallrye-context-propagation-propagators-rxjava1:jar:2.0.0-RC1'
<dependency org="io.smallrye" name="smallrye-context-propagation-propagators-rxjava1" rev="2.0.0-RC1">
<artifact name="smallrye-context-propagation-propagators-rxjava1" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-context-propagation-propagators-rxjava1', version='2.0.0-RC1')
)
libraryDependencies += "io.smallrye" % "smallrye-context-propagation-propagators-rxjava1" % "2.0.0-RC1"
[io.smallrye/smallrye-context-propagation-propagators-rxjava1 "2.0.0-RC1"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.microprofile.context-propagation : microprofile-context-propagation-api | jar | 1.3 |
io.reactivex : rxjava | jar | 1.3.8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |