License |
License
MIT License
|
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdcom.marksandspencer |
ArtifactId | ArtifactIdmands-springboot-logging |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmands-springboot-logging
A jar containing some conventions for logging in Marks and Spencer Spring Boot services
|
<!-- https://jarcasting.com/artifacts/com.marksandspencer/mands-springboot-logging/ -->
<dependency>
<groupId>com.marksandspencer</groupId>
<artifactId>mands-springboot-logging</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.marksandspencer/mands-springboot-logging/
implementation 'com.marksandspencer:mands-springboot-logging:1.0.1'
// https://jarcasting.com/artifacts/com.marksandspencer/mands-springboot-logging/
implementation ("com.marksandspencer:mands-springboot-logging:1.0.1")
'com.marksandspencer:mands-springboot-logging:jar:1.0.1'
<dependency org="com.marksandspencer" name="mands-springboot-logging" rev="1.0.1">
<artifact name="mands-springboot-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marksandspencer', module='mands-springboot-logging', version='1.0.1')
)
libraryDependencies += "com.marksandspencer" % "mands-springboot-logging" % "1.0.1"
[com.marksandspencer/mands-springboot-logging "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 1.4.1.RELEASE |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.4.1.RELEASE |