License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdcom.spt-development |
ArtifactId | ArtifactIdspt-development-logging-spring |
Version | Version2.0.2 |
Type | Typejar |
Description |
Descriptionlogging-spring
A very simple library for getting/setting the current correlation ID, utilising ThreadLocal.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.spt-development/spt-development-logging-spring/ -->
<dependency>
<groupId>com.spt-development</groupId>
<artifactId>spt-development-logging-spring</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.spt-development/spt-development-logging-spring/
implementation 'com.spt-development:spt-development-logging-spring:2.0.2'
// https://jarcasting.com/artifacts/com.spt-development/spt-development-logging-spring/
implementation ("com.spt-development:spt-development-logging-spring:2.0.2")
'com.spt-development:spt-development-logging-spring:jar:2.0.2'
<dependency org="com.spt-development" name="spt-development-logging-spring" rev="2.0.2">
<artifact name="spt-development-logging-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spt-development', module='spt-development-logging-spring', version='2.0.2')
)
libraryDependencies += "com.spt-development" % "spt-development-logging-spring" % "2.0.2"
[com.spt-development/spt-development-logging-spring "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | |
org.springframework : spring-web Optional | jar | |
com.spt-development : spt-development-cid | jar | 2.0.0 |
org.aspectj : aspectjweaver | jar | 1.9.7 |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest | jar | 2.2 |
org.junit.jupiter : junit-jupiter-api | jar | |
org.junit.jupiter : junit-jupiter-engine | jar | |
org.mockito : mockito-core | jar | 3.9.0 |
ch.qos.logback : logback-classic | jar | 1.2.6 |