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