Categories |
CategoriesLogback Application Layer Libs Logging |
---|---|
GroupId | GroupIdorg.e-hoffman.testing |
ArtifactId | ArtifactIdLogbackCapture |
Last Version | Last Version1.5.0 |
Release Date | Release Date |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.e-hoffman.testing/LogbackCapture/ -->
<dependency>
<groupId>org.e-hoffman.testing</groupId>
<artifactId>LogbackCapture</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.e-hoffman.testing/LogbackCapture/
implementation 'org.e-hoffman.testing:LogbackCapture:1.5.0'
// https://jarcasting.com/artifacts/org.e-hoffman.testing/LogbackCapture/
implementation ("org.e-hoffman.testing:LogbackCapture:1.5.0")
'org.e-hoffman.testing:LogbackCapture:jar:1.5.0'
<dependency org="org.e-hoffman.testing" name="LogbackCapture" rev="1.5.0">
<artifact name="LogbackCapture" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.e-hoffman.testing', module='LogbackCapture', version='1.5.0')
)
libraryDependencies += "org.e-hoffman.testing" % "LogbackCapture" % "1.5.0"
[org.e-hoffman.testing/LogbackCapture "1.5.0"]