License |
License |
---|---|
Categories |
CategoriesRESTEasy Program Interface REST Frameworks |
GroupId | GroupIdio.smallrye |
ArtifactId | ArtifactIdsmallrye-context-propagation-resteasy |
Last Version | Last Version1.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsmallrye-context-propagation-resteasy
A pluggable library for context propagation in reactive libraries
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-context-propagation-resteasy/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-context-propagation-resteasy</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-context-propagation-resteasy/
implementation 'io.smallrye:smallrye-context-propagation-resteasy:1.0.7'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-context-propagation-resteasy/
implementation ("io.smallrye:smallrye-context-propagation-resteasy:1.0.7")
'io.smallrye:smallrye-context-propagation-resteasy:jar:1.0.7'
<dependency org="io.smallrye" name="smallrye-context-propagation-resteasy" rev="1.0.7">
<artifact name="smallrye-context-propagation-resteasy" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-context-propagation-resteasy', version='1.0.7')
)
libraryDependencies += "io.smallrye" % "smallrye-context-propagation-resteasy" % "1.0.7"
[io.smallrye/smallrye-context-propagation-resteasy "1.0.7"]
Group / Artifact | Type | Version |
---|---|---|
io.smallrye : smallrye-context-propagation | jar | 1.0.7 |
org.jboss.resteasy : resteasy-core | jar | 4.0.0.CR2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |