File | Operation |
---|---|
microprofile-context-propagation-spec-1.2.pom | download |
<dependency>
<groupId>org.eclipse.microprofile.context-propagation</groupId>
<artifactId>microprofile-context-propagation-spec</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
implementation 'org.eclipse.microprofile.context-propagation:microprofile-context-propagation-spec:1.2'
implementation("org.eclipse.microprofile.context-propagation:microprofile-context-propagation-spec:1.2")
libraryDependencies += "org.eclipse.microprofile.context-propagation" % "microprofile-context-propagation-spec" % "1.2"
@Grapes(
@Grab(group='org.eclipse.microprofile.context-propagation', module='microprofile-context-propagation-spec', version='1.2')
)
<dependency org="org.eclipse.microprofile.context-propagation" name="microprofile-context-propagation-spec" rev="1.2" />
[org.eclipse.microprofile.context-propagation/microprofile-context-propagation-spec "1.2"]
<parent> <groupId>org.eclipse.microprofile.context-propagation</groupId> <artifactId>microprofile-context-propagation-parent</artifactId> <version>1.2</version> </parent>