Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdcom.github.structlogging |
ArtifactId | ArtifactIdstructlogger-example |
Version | Version0.11.0 |
Type | Typejar |
Filename | Size |
---|---|
structlogger-example-0.11.0.pom | |
structlogger-example-0.11.0.jar | 19 KB |
structlogger-example-0.11.0-sources.jar | 15 KB |
structlogger-example-0.11.0-javadoc.jar | 135 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.structlogging/structlogger-example/ -->
<dependency>
<groupId>com.github.structlogging</groupId>
<artifactId>structlogger-example</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.structlogging/structlogger-example/
implementation 'com.github.structlogging:structlogger-example:0.11.0'
// https://jarcasting.com/artifacts/com.github.structlogging/structlogger-example/
implementation ("com.github.structlogging:structlogger-example:0.11.0")
'com.github.structlogging:structlogger-example:jar:0.11.0'
<dependency org="com.github.structlogging" name="structlogger-example" rev="0.11.0">
<artifact name="structlogger-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.structlogging', module='structlogger-example', version='0.11.0')
)
libraryDependencies += "com.github.structlogging" % "structlogger-example" % "0.11.0"
[com.github.structlogging/structlogger-example "0.11.0"]