MVN

org.eclipse.microprofile.context-propagation : microprofile-context-propagation-api

Maven & Gradle

Nov 13, 2021
47 usages
29 stars

MicroProfile Context Propagation · MicroProfile Context Propagation :: API

<dependency>
    <groupId>org.eclipse.microprofile.context-propagation</groupId>
    <artifactId>microprofile-context-propagation-api</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.microprofile.context-propagation : microprofile-context-propagation-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3
  • Latest Release Candidate: 1.3-RC1

All Versions

Choose a version of org.eclipse.microprofile.context-propagation : microprofile-context-propagation-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
microprofile-context-propagation-api-1.3
microprofile-context-propagation-api-1.3-RC1
1.2
microprofile-context-propagation-api-1.2
microprofile-context-propagation-api-1.2-RC1
1.1
microprofile-context-propagation-api-1.1
1.0.x
microprofile-context-propagation-api-1.0.2
microprofile-context-propagation-api-1.0.1
1.0
microprofile-context-propagation-api-1.0
microprofile-context-propagation-api-1.0-RC3
microprofile-context-propagation-api-1.0-RC2
microprofile-context-propagation-api-1.0-RC1

How to add a dependency to Maven

Add the following org.eclipse.microprofile.context-propagation : microprofile-context-propagation-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.microprofile.context-propagation</groupId>
    <artifactId>microprofile-context-propagation-api</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.microprofile.context-propagation : microprofile-context-propagation-api gradle dependency to your build.gradle file:

implementation 'org.eclipse.microprofile.context-propagation:microprofile-context-propagation-api:1.3'

Gradle Kotlin DSL: Add the following org.eclipse.microprofile.context-propagation : microprofile-context-propagation-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.microprofile.context-propagation:microprofile-context-propagation-api:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.microprofile.context-propagation : microprofile-context-propagation-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.microprofile.context-propagation" % "microprofile-context-propagation-api" % "1.3"