License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Logging Application Layer Libs |
GroupId | GroupIdcom.spt-development |
ArtifactId | ArtifactIdspt-development-logging-spring-boot |
Version | Version1.0.0 |
Type | Typepom |
Description |
Descriptionlogging-spring-boot
Library for integrating spt-development/spt-development-logging-spring into a Spring Boot application.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spt-development-logging-spring-boot-1.0.0.pom | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spt-development/spt-development-logging-spring-boot/ -->
<dependency>
<groupId>com.spt-development</groupId>
<artifactId>spt-development-logging-spring-boot</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.spt-development/spt-development-logging-spring-boot/
implementation 'com.spt-development:spt-development-logging-spring-boot:1.0.0'
// https://jarcasting.com/artifacts/com.spt-development/spt-development-logging-spring-boot/
implementation ("com.spt-development:spt-development-logging-spring-boot:1.0.0")
'com.spt-development:spt-development-logging-spring-boot:pom:1.0.0'
<dependency org="com.spt-development" name="spt-development-logging-spring-boot" rev="1.0.0">
<artifact name="spt-development-logging-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.spt-development', module='spt-development-logging-spring-boot', version='1.0.0')
)
libraryDependencies += "com.spt-development" % "spt-development-logging-spring-boot" % "1.0.0"
[com.spt-development/spt-development-logging-spring-boot "1.0.0"]