| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.force66 |
| Идентификатор | ИдентификаторRequestCorrelation |
| Последняя версия | Последняя версия1.0.0-rc2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеRequestCorrelation
This project is a Java library that facilitates
establishing and tracking correlation ids for micro-services.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| RequestCorrelation-1.0.0-rc2.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.force66/RequestCorrelation/ -->
<dependency>
<groupId>org.force66</groupId>
<artifactId>RequestCorrelation</artifactId>
<version>1.0.0-rc2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.force66/RequestCorrelation/
implementation 'org.force66:RequestCorrelation:1.0.0-rc2'
// https://jarcasting.com/artifacts/org.force66/RequestCorrelation/
implementation ("org.force66:RequestCorrelation:1.0.0-rc2")
'org.force66:RequestCorrelation:pom:1.0.0-rc2'
<dependency org="org.force66" name="RequestCorrelation" rev="1.0.0-rc2">
<artifact name="RequestCorrelation" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.force66', module='RequestCorrelation', version='1.0.0-rc2')
)
libraryDependencies += "org.force66" % "RequestCorrelation" % "1.0.0-rc2"
[org.force66/RequestCorrelation "1.0.0-rc2"]