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