<dependency>
<groupId>org.eclipse.microprofile.context-propagation</groupId>
<artifactId>microprofile-context-propagation-spec</artifactId>
<version>1.3</version>
</dependency>
implementation group: 'org.eclipse.microprofile.context-propagation', name: 'microprofile-context-propagation-spec', version: '1.3'
implementation 'org.eclipse.microprofile.context-propagation:microprofile-context-propagation-spec:1.3'
implementation("org.eclipse.microprofile.context-propagation:microprofile-context-propagation-spec:1.3")
libraryDependencies += "org.eclipse.microprofile.context-propagation" % "microprofile-context-propagation-spec" % "1.3"
<dependency org="org.eclipse.microprofile.context-propagation" name="microprofile-context-propagation-spec" rev="1.3"/>
@Grapes(
@Grab(group='org.eclipse.microprofile.context-propagation', module='microprofile-context-propagation-spec', version='1.3')
)
[org.eclipse.microprofile.context-propagation/microprofile-context-propagation-spec "1.3"]
'org.eclipse.microprofile.context-propagation:microprofile-context-propagation-spec:jar:1.3'