MVN

io.smallrye : smallrye-context-propagation-api

Maven & Gradle

Feb 27, 2023
13 usages
26 stars

SmallRye Context Propagation: API

<dependency>
    <groupId>io.smallrye</groupId>
    <artifactId>smallrye-context-propagation-api</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.smallrye : smallrye-context-propagation-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0
  • Latest Release Candidate: 2.0.0-RC1

All Versions

Choose a version of io.smallrye : smallrye-context-propagation-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
smallrye-context-propagation-api-2.1.0
2.0.x
smallrye-context-propagation-api-2.0.0
smallrye-context-propagation-api-2.0.0-RC1
1.2.x
smallrye-context-propagation-api-1.2.2
smallrye-context-propagation-api-1.2.1
smallrye-context-propagation-api-1.2.0
1.1.x
smallrye-context-propagation-api-1.1.0
1.0.x
smallrye-context-propagation-api-1.0.20
smallrye-context-propagation-api-1.0.19
smallrye-context-propagation-api-1.0.18
smallrye-context-propagation-api-1.0.17
smallrye-context-propagation-api-1.0.16
smallrye-context-propagation-api-1.0.15
smallrye-context-propagation-api-1.0.13
smallrye-context-propagation-api-1.0.12
smallrye-context-propagation-api-1.0.11
smallrye-context-propagation-api-1.0.7
smallrye-context-propagation-api-1.0.4
smallrye-context-propagation-api-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.smallrye</groupId>
    <artifactId>smallrye-context-propagation-api</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.smallrye : smallrye-context-propagation-api gradle dependency to your build.gradle file:

implementation 'io.smallrye:smallrye-context-propagation-api:2.1.0'

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

implementation("io.smallrye:smallrye-context-propagation-api:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.smallrye : smallrye-context-propagation-api sbt scala dependency to your build.sbt file:

libraryDependencies += "io.smallrye" % "smallrye-context-propagation-api" % "2.1.0"

Advertisement

Dependencies from Group

Dec 05, 2019
88 usages
138 stars
Aug 18, 2023
47 usages
38 stars
Aug 08, 2023
32 usages
45 stars
Aug 16, 2023
32 usages
95 stars
Jun 21, 2023
31 usages
70 stars

Discover Dependencies