Categories |
CategoriesNet Logback Application Layer Libs Logging Logstash |
---|---|
GroupId | GroupIdnet.logstash.logback |
ArtifactId | ArtifactIdlogstash-logback-encoder |
Version | Version6.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.logstash.logback/logstash-logback-encoder/ -->
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>6.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.logstash.logback/logstash-logback-encoder/
implementation 'net.logstash.logback:logstash-logback-encoder:6.3'
// https://jarcasting.com/artifacts/net.logstash.logback/logstash-logback-encoder/
implementation ("net.logstash.logback:logstash-logback-encoder:6.3")
'net.logstash.logback:logstash-logback-encoder:jar:6.3'
<dependency org="net.logstash.logback" name="logstash-logback-encoder" rev="6.3">
<artifact name="logstash-logback-encoder" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.logstash.logback', module='logstash-logback-encoder', version='6.3')
)
libraryDependencies += "net.logstash.logback" % "logstash-logback-encoder" % "6.3"
[net.logstash.logback/logstash-logback-encoder "6.3"]