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