Categories |
CategoriesSpring Boot Container Microservices Logging Application Layer Libs |
---|---|
GroupId | GroupIdeu.hinsch |
ArtifactId | ArtifactIdspring-boot-extended-logging-properties |
Version | Version0.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/eu.hinsch/spring-boot-extended-logging-properties/ -->
<dependency>
<groupId>eu.hinsch</groupId>
<artifactId>spring-boot-extended-logging-properties</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.hinsch/spring-boot-extended-logging-properties/
implementation 'eu.hinsch:spring-boot-extended-logging-properties:0.1.1'
// https://jarcasting.com/artifacts/eu.hinsch/spring-boot-extended-logging-properties/
implementation ("eu.hinsch:spring-boot-extended-logging-properties:0.1.1")
'eu.hinsch:spring-boot-extended-logging-properties:jar:0.1.1'
<dependency org="eu.hinsch" name="spring-boot-extended-logging-properties" rev="0.1.1">
<artifact name="spring-boot-extended-logging-properties" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.hinsch', module='spring-boot-extended-logging-properties', version='0.1.1')
)
libraryDependencies += "eu.hinsch" % "spring-boot-extended-logging-properties" % "0.1.1"
[eu.hinsch/spring-boot-extended-logging-properties "0.1.1"]