Categories |
CategoriesRxJava Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdio.smallrye |
ArtifactId | ArtifactIdsmallrye-context-propagation-propagators-rxjava1 |
Version | Version1.0.16 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-context-propagation-propagators-rxjava1/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-context-propagation-propagators-rxjava1</artifactId>
<version>1.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-context-propagation-propagators-rxjava1/
implementation 'io.smallrye:smallrye-context-propagation-propagators-rxjava1:1.0.16'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-context-propagation-propagators-rxjava1/
implementation ("io.smallrye:smallrye-context-propagation-propagators-rxjava1:1.0.16")
'io.smallrye:smallrye-context-propagation-propagators-rxjava1:jar:1.0.16'
<dependency org="io.smallrye" name="smallrye-context-propagation-propagators-rxjava1" rev="1.0.16">
<artifact name="smallrye-context-propagation-propagators-rxjava1" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-context-propagation-propagators-rxjava1', version='1.0.16')
)
libraryDependencies += "io.smallrye" % "smallrye-context-propagation-propagators-rxjava1" % "1.0.16"
[io.smallrye/smallrye-context-propagation-propagators-rxjava1 "1.0.16"]