文件名 | 操作 |
---|---|
microprofile-context-propagation-spec-1.2-RC1.pom | 下载 |
<dependency>
<groupId>org.eclipse.microprofile.context-propagation</groupId>
<artifactId>microprofile-context-propagation-spec</artifactId>
<version>1.2-RC1</version>
<type>pom</type>
</dependency>
implementation 'org.eclipse.microprofile.context-propagation:microprofile-context-propagation-spec:1.2-RC1'
implementation("org.eclipse.microprofile.context-propagation:microprofile-context-propagation-spec:1.2-RC1")
libraryDependencies += "org.eclipse.microprofile.context-propagation" % "microprofile-context-propagation-spec" % "1.2-RC1"
@Grapes(
@Grab(group='org.eclipse.microprofile.context-propagation', module='microprofile-context-propagation-spec', version='1.2-RC1')
)
<dependency org="org.eclipse.microprofile.context-propagation" name="microprofile-context-propagation-spec" rev="1.2-RC1" />
[org.eclipse.microprofile.context-propagation/microprofile-context-propagation-spec "1.2-RC1"]