Categories |
CategoriesLogback Application Layer Libs Logging |
---|---|
GroupId | GroupIdorg.wickedsource.logunit |
ArtifactId | ArtifactIdlogunit-logback |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
logunit-logback-1.0.pom | |
logunit-logback-1.0.jar | 3 KB |
logunit-logback-1.0-sources.jar | 2 KB |
logunit-logback-1.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wickedsource.logunit/logunit-logback/ -->
<dependency>
<groupId>org.wickedsource.logunit</groupId>
<artifactId>logunit-logback</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wickedsource.logunit/logunit-logback/
implementation 'org.wickedsource.logunit:logunit-logback:1.0'
// https://jarcasting.com/artifacts/org.wickedsource.logunit/logunit-logback/
implementation ("org.wickedsource.logunit:logunit-logback:1.0")
'org.wickedsource.logunit:logunit-logback:jar:1.0'
<dependency org="org.wickedsource.logunit" name="logunit-logback" rev="1.0">
<artifact name="logunit-logback" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wickedsource.logunit', module='logunit-logback', version='1.0')
)
libraryDependencies += "org.wickedsource.logunit" % "logunit-logback" % "1.0"
[org.wickedsource.logunit/logunit-logback "1.0"]