Categories |
CategoriesLogback Application Layer Libs Logging |
---|---|
GroupId | GroupIdinfo.novatec.testit |
ArtifactId | ArtifactIdlogrecorder-logback |
Version | Version1.0.0-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/info.novatec.testit/logrecorder-logback/ -->
<dependency>
<groupId>info.novatec.testit</groupId>
<artifactId>logrecorder-logback</artifactId>
<version>1.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/info.novatec.testit/logrecorder-logback/
implementation 'info.novatec.testit:logrecorder-logback:1.0.0-RC1'
// https://jarcasting.com/artifacts/info.novatec.testit/logrecorder-logback/
implementation ("info.novatec.testit:logrecorder-logback:1.0.0-RC1")
'info.novatec.testit:logrecorder-logback:jar:1.0.0-RC1'
<dependency org="info.novatec.testit" name="logrecorder-logback" rev="1.0.0-RC1">
<artifact name="logrecorder-logback" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.novatec.testit', module='logrecorder-logback', version='1.0.0-RC1')
)
libraryDependencies += "info.novatec.testit" % "logrecorder-logback" % "1.0.0-RC1"
[info.novatec.testit/logrecorder-logback "1.0.0-RC1"]