m

microprofile-context-propagation-spec

MicroProfile Context Propagation :: Specification
Files download
File Operation
microprofile-context-propagation-spec-1.0-RC3.pom download
Apache Maven
<dependency>
  <groupId>org.eclipse.microprofile.context-propagation</groupId>
  <artifactId>microprofile-context-propagation-spec</artifactId>
  <version>1.0-RC3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.microprofile.context-propagation:microprofile-context-propagation-spec:1.0-RC3'
Gradle Kotlin
implementation("org.eclipse.microprofile.context-propagation:microprofile-context-propagation-spec:1.0-RC3")
Scala SBT
libraryDependencies += "org.eclipse.microprofile.context-propagation" % "microprofile-context-propagation-spec" % "1.0-RC3"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.microprofile.context-propagation', module='microprofile-context-propagation-spec', version='1.0-RC3')
)
Apache Ivy
<dependency org="org.eclipse.microprofile.context-propagation" name="microprofile-context-propagation-spec" rev="1.0-RC3" />
Leiningen
[org.eclipse.microprofile.context-propagation/microprofile-context-propagation-spec "1.0-RC3"]
Apache Buildr
'org.eclipse.microprofile.context-propagation:microprofile-context-propagation-spec:jar:1.0-RC3'