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