License |
License |
---|---|
GroupId | GroupIdio.smallrye |
ArtifactId | ArtifactIdsmallrye-context-propagation-parent |
Version | Version1.2.2 |
Type | Typepom |
Description |
DescriptionSmallRye Context Propagation
A pluggable library for context propagation in reactive libraries
|
Project URL |
Project URL |
Filename | Size |
---|---|
smallrye-context-propagation-parent-1.2.2.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-context-propagation-parent/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-context-propagation-parent</artifactId>
<version>1.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-context-propagation-parent/
implementation 'io.smallrye:smallrye-context-propagation-parent:1.2.2'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-context-propagation-parent/
implementation ("io.smallrye:smallrye-context-propagation-parent:1.2.2")
'io.smallrye:smallrye-context-propagation-parent:pom:1.2.2'
<dependency org="io.smallrye" name="smallrye-context-propagation-parent" rev="1.2.2">
<artifact name="smallrye-context-propagation-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-context-propagation-parent', version='1.2.2')
)
libraryDependencies += "io.smallrye" % "smallrye-context-propagation-parent" % "1.2.2"
[io.smallrye/smallrye-context-propagation-parent "1.2.2"]