| License |
License |
|---|---|
| GroupId | GroupIdio.github.sercasti |
| ArtifactId | ArtifactIdspring-httpserver-timings |
| Last Version | Last Version0.0.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionio.github.sercasti:spring-httpserver-timings
A Spring Boot library to use as a dependency and generate tracing information available as a response header.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.sercasti/spring-httpserver-timings/ -->
<dependency>
<groupId>io.github.sercasti</groupId>
<artifactId>spring-httpserver-timings</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sercasti/spring-httpserver-timings/
implementation 'io.github.sercasti:spring-httpserver-timings:0.0.7'
// https://jarcasting.com/artifacts/io.github.sercasti/spring-httpserver-timings/
implementation ("io.github.sercasti:spring-httpserver-timings:0.0.7")
'io.github.sercasti:spring-httpserver-timings:jar:0.0.7'
<dependency org="io.github.sercasti" name="spring-httpserver-timings" rev="0.0.7">
<artifact name="spring-httpserver-timings" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sercasti', module='spring-httpserver-timings', version='0.0.7')
)
libraryDependencies += "io.github.sercasti" % "spring-httpserver-timings" % "0.0.7"
[io.github.sercasti/spring-httpserver-timings "0.0.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.6.4 |
| org.springframework.boot : spring-boot-starter-web | jar | 2.6.4 |
| org.springframework.boot : spring-boot-starter-aop | jar | 2.6.4 |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.6.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 4.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.6.4 |
| junit : junit | jar | 4.13.2 |