Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.microprofile.context-propagation |
ArtifactId | ArtifactIdmicroprofile-context-propagation-spec |
Version | Version1.0-RC1 |
Type | Typepom |
Filename | Size |
---|---|
microprofile-context-propagation-spec-1.0-RC1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.context-propagation/microprofile-context-propagation-spec/ -->
<dependency>
<groupId>org.eclipse.microprofile.context-propagation</groupId>
<artifactId>microprofile-context-propagation-spec</artifactId>
<version>1.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.context-propagation/microprofile-context-propagation-spec/
implementation 'org.eclipse.microprofile.context-propagation:microprofile-context-propagation-spec:1.0-RC1'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.context-propagation/microprofile-context-propagation-spec/
implementation ("org.eclipse.microprofile.context-propagation:microprofile-context-propagation-spec:1.0-RC1")
'org.eclipse.microprofile.context-propagation:microprofile-context-propagation-spec:pom:1.0-RC1'
<dependency org="org.eclipse.microprofile.context-propagation" name="microprofile-context-propagation-spec" rev="1.0-RC1">
<artifact name="microprofile-context-propagation-spec" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.context-propagation', module='microprofile-context-propagation-spec', version='1.0-RC1')
)
libraryDependencies += "org.eclipse.microprofile.context-propagation" % "microprofile-context-propagation-spec" % "1.0-RC1"
[org.eclipse.microprofile.context-propagation/microprofile-context-propagation-spec "1.0-RC1"]