License |
License |
---|---|
GroupId | GroupIdio.smallrye |
ArtifactId | ArtifactIdsmallrye-context-propagation-storage |
Last Version | Last Version2.0.0-RC1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA pluggable library for context propagation in reactive libraries
|
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-context-propagation-storage/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-context-propagation-storage</artifactId>
<version>2.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-context-propagation-storage/
implementation 'io.smallrye:smallrye-context-propagation-storage:2.0.0-RC1'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-context-propagation-storage/
implementation ("io.smallrye:smallrye-context-propagation-storage:2.0.0-RC1")
'io.smallrye:smallrye-context-propagation-storage:jar:2.0.0-RC1'
<dependency org="io.smallrye" name="smallrye-context-propagation-storage" rev="2.0.0-RC1">
<artifact name="smallrye-context-propagation-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-context-propagation-storage', version='2.0.0-RC1')
)
libraryDependencies += "io.smallrye" % "smallrye-context-propagation-storage" % "2.0.0-RC1"
[io.smallrye/smallrye-context-propagation-storage "2.0.0-RC1"]