GroupId | GroupIdcom.github.dekobon |
---|---|
ArtifactId | ArtifactIdlog4j2-bunyan-layout |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.dekobon/log4j2-bunyan-layout/ -->
<dependency>
<groupId>com.github.dekobon</groupId>
<artifactId>log4j2-bunyan-layout</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dekobon/log4j2-bunyan-layout/
implementation 'com.github.dekobon:log4j2-bunyan-layout:1.0.0'
// https://jarcasting.com/artifacts/com.github.dekobon/log4j2-bunyan-layout/
implementation ("com.github.dekobon:log4j2-bunyan-layout:1.0.0")
'com.github.dekobon:log4j2-bunyan-layout:jar:1.0.0'
<dependency org="com.github.dekobon" name="log4j2-bunyan-layout" rev="1.0.0">
<artifact name="log4j2-bunyan-layout" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dekobon', module='log4j2-bunyan-layout', version='1.0.0')
)
libraryDependencies += "com.github.dekobon" % "log4j2-bunyan-layout" % "1.0.0"
[com.github.dekobon/log4j2-bunyan-layout "1.0.0"]