| License |
License |
|---|---|
| Categories |
CategoriesNet Logging Application Layer Libs |
| GroupId | GroupIdnet.stickycode.composite |
| ArtifactId | ArtifactIdsticky-composite-logging-deploy |
| Last Version | Last Version3.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsticky-composite-logging-deploy-3
Composition of artifacts used to actually process log requests, uses logback as a native implementation of slf4j
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| sticky-composite-logging-deploy-3.2.pom | |
| sticky-composite-logging-deploy-3.2.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.stickycode.composite/sticky-composite-logging-deploy/ -->
<dependency>
<groupId>net.stickycode.composite</groupId>
<artifactId>sticky-composite-logging-deploy</artifactId>
<version>3.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.stickycode.composite/sticky-composite-logging-deploy/
implementation 'net.stickycode.composite:sticky-composite-logging-deploy:3.2'
// https://jarcasting.com/artifacts/net.stickycode.composite/sticky-composite-logging-deploy/
implementation ("net.stickycode.composite:sticky-composite-logging-deploy:3.2")
'net.stickycode.composite:sticky-composite-logging-deploy:jar:3.2'
<dependency org="net.stickycode.composite" name="sticky-composite-logging-deploy" rev="3.2">
<artifact name="sticky-composite-logging-deploy" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.stickycode.composite', module='sticky-composite-logging-deploy', version='3.2')
)
libraryDependencies += "net.stickycode.composite" % "sticky-composite-logging-deploy" % "3.2"
[net.stickycode.composite/sticky-composite-logging-deploy "3.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.stickycode.composite : sticky-composite-logging-api | jar | [3.3,4) |
| ch.qos.logback : logback-core | jar | [1.2.3] |
| ch.qos.logback : logback-classic | jar | [1.2.3] |