Last Version

Reactive Contexts 1.0.1

A pluggable library for context propagation in reactive libraries

License

License

Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

io.reactiverse
ArtifactId

ArtifactId

reactive-contexts-parent
Version

Version

1.0.1
Type

Type

pom
Description

Description

Reactive Contexts
A pluggable library for context propagation in reactive libraries
Project URL

Project URL

https://github.com/reactiverse/reactive-contexts

Download reactive-contexts-parent 1.0.1


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

Dependencies

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

Project Modules

  • core
  • propagators-rxjava1
  • propagators-rxjava2
  • tests