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