License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdcom.github.structlogging |
ArtifactId | ArtifactIdstructlogger-parent |
Version | Version0.12.0 |
Type | Typepom |
Description |
Descriptioncom.github.structlogging:structlogger-parent
Multi-build module for structured logging framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
structlogger-parent-0.12.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.structlogging/structlogger-parent/ -->
<dependency>
<groupId>com.github.structlogging</groupId>
<artifactId>structlogger-parent</artifactId>
<version>0.12.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.structlogging/structlogger-parent/
implementation 'com.github.structlogging:structlogger-parent:0.12.0'
// https://jarcasting.com/artifacts/com.github.structlogging/structlogger-parent/
implementation ("com.github.structlogging:structlogger-parent:0.12.0")
'com.github.structlogging:structlogger-parent:pom:0.12.0'
<dependency org="com.github.structlogging" name="structlogger-parent" rev="0.12.0">
<artifact name="structlogger-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.structlogging', module='structlogger-parent', version='0.12.0')
)
libraryDependencies += "com.github.structlogging" % "structlogger-parent" % "0.12.0"
[com.github.structlogging/structlogger-parent "0.12.0"]