Last Version

SmallRye Context Propagation 1.0.2

A pluggable library for context propagation in reactive libraries

License

License

GroupId

GroupId

io.smallrye
ArtifactId

ArtifactId

smallrye-context-propagation-parent-1.0
Version

Version

1.0.2
Type

Type

pom
Description

Description

SmallRye Context Propagation
A pluggable library for context propagation in reactive libraries
Project URL

Project URL

https://github.com/smallrye/smallrye-context-propagation

Download smallrye-context-propagation-parent-1.0 1.0.2


<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-context-propagation-parent-1.0/ -->
<dependency>
    <groupId>io.smallrye</groupId>
    <artifactId>smallrye-context-propagation-parent-1.0</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-context-propagation-parent-1.0/
implementation 'io.smallrye:smallrye-context-propagation-parent-1.0:1.0.2'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-context-propagation-parent-1.0/
implementation ("io.smallrye:smallrye-context-propagation-parent-1.0:1.0.2")
'io.smallrye:smallrye-context-propagation-parent-1.0:pom:1.0.2'
<dependency org="io.smallrye" name="smallrye-context-propagation-parent-1.0" rev="1.0.2">
  <artifact name="smallrye-context-propagation-parent-1.0" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-context-propagation-parent-1.0', version='1.0.2')
)
libraryDependencies += "io.smallrye" % "smallrye-context-propagation-parent-1.0" % "1.0.2"
[io.smallrye/smallrye-context-propagation-parent-1.0 "1.0.2"]

Dependencies

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

Project Modules

  • core
  • cdi
  • jta
  • propagators-rxjava1
  • propagators-rxjava2
  • tests
  • tck
  • api