is not current version
Last Version 2.0.0

net.saliman:spring-boot-starter-request-correlation 1.1.2

A Spring Boot starter that can set correlation ids on outgoing requests.

Categories

Categories

Spring Boot Container Microservices Net
GroupId

GroupId

net.saliman
ArtifactId

ArtifactId

spring-boot-starter-request-correlation
Version

Version

1.1.2
Type

Type

jar

Download spring-boot-starter-request-correlation 1.1.2


<!-- https://jarcasting.com/artifacts/net.saliman/spring-boot-starter-request-correlation/ -->
<dependency>
    <groupId>net.saliman</groupId>
    <artifactId>spring-boot-starter-request-correlation</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.saliman/spring-boot-starter-request-correlation/
implementation 'net.saliman:spring-boot-starter-request-correlation:1.1.2'
// https://jarcasting.com/artifacts/net.saliman/spring-boot-starter-request-correlation/
implementation ("net.saliman:spring-boot-starter-request-correlation:1.1.2")
'net.saliman:spring-boot-starter-request-correlation:jar:1.1.2'
<dependency org="net.saliman" name="spring-boot-starter-request-correlation" rev="1.1.2">
  <artifact name="spring-boot-starter-request-correlation" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.saliman', module='spring-boot-starter-request-correlation', version='1.1.2')
)
libraryDependencies += "net.saliman" % "spring-boot-starter-request-correlation" % "1.1.2"
[net.saliman/spring-boot-starter-request-correlation "1.1.2"]