License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers RESTEasy Program Interface REST Frameworks |
GroupId | GroupIdorg.jboss.resteasy.microprofile |
ArtifactId | ArtifactIdmicroprofile-context-propagation |
Last Version | Last Version2.0.0.Beta1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRESTEasy MicroProfile: Context Propagation
Provides, via submodules, a base configuration for JBoss project builds, as well as a derived configuration supporting multi-release JARs
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy.microprofile/microprofile-context-propagation/ -->
<dependency>
<groupId>org.jboss.resteasy.microprofile</groupId>
<artifactId>microprofile-context-propagation</artifactId>
<version>2.0.0.Beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy.microprofile/microprofile-context-propagation/
implementation 'org.jboss.resteasy.microprofile:microprofile-context-propagation:2.0.0.Beta1'
// https://jarcasting.com/artifacts/org.jboss.resteasy.microprofile/microprofile-context-propagation/
implementation ("org.jboss.resteasy.microprofile:microprofile-context-propagation:2.0.0.Beta1")
'org.jboss.resteasy.microprofile:microprofile-context-propagation:jar:2.0.0.Beta1'
<dependency org="org.jboss.resteasy.microprofile" name="microprofile-context-propagation" rev="2.0.0.Beta1">
<artifact name="microprofile-context-propagation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy.microprofile', module='microprofile-context-propagation', version='2.0.0.Beta1')
)
libraryDependencies += "org.jboss.resteasy.microprofile" % "microprofile-context-propagation" % "2.0.0.Beta1"
[org.jboss.resteasy.microprofile/microprofile-context-propagation "2.0.0.Beta1"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.ws.rs : jakarta.ws.rs-api | jar | |
org.eclipse.microprofile.context-propagation : microprofile-context-propagation-api | jar | |
org.jboss.logging : jboss-logging | jar | |
org.jboss.resteasy : resteasy-core | jar | |
io.smallrye : smallrye-context-propagation Optional | jar |