| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.smallrye |
| Идентификатор | Идентификаторsmallrye-context-propagation-storage |
| Последняя версия | Последняя версия2.0.0-RC1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеA pluggable library for context propagation in reactive libraries
|
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-context-propagation-storage/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-context-propagation-storage</artifactId>
<version>2.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-context-propagation-storage/
implementation 'io.smallrye:smallrye-context-propagation-storage:2.0.0-RC1'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-context-propagation-storage/
implementation ("io.smallrye:smallrye-context-propagation-storage:2.0.0-RC1")
'io.smallrye:smallrye-context-propagation-storage:jar:2.0.0-RC1'
<dependency org="io.smallrye" name="smallrye-context-propagation-storage" rev="2.0.0-RC1">
<artifact name="smallrye-context-propagation-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-context-propagation-storage', version='2.0.0-RC1')
)
libraryDependencies += "io.smallrye" % "smallrye-context-propagation-storage" % "2.0.0-RC1"
[io.smallrye/smallrye-context-propagation-storage "2.0.0-RC1"]