| License |
License |
|---|---|
| Categories |
CategoriesLogback Application Layer Libs Logging |
| GroupId | GroupIdorg.e-hoffman.testing |
| ArtifactId | ArtifactIdLogBackCapture |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLogBackCapture
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| LogBackCapture-1.2.0.pom | |
| LogBackCapture-1.2.0.jar | 5 KB |
| LogBackCapture-1.2.0-sources.jar | 2 KB |
| LogBackCapture-1.2.0-javadoc.jar | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.e-hoffman.testing/LogBackCapture/ -->
<dependency>
<groupId>org.e-hoffman.testing</groupId>
<artifactId>LogBackCapture</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.e-hoffman.testing/LogBackCapture/
implementation 'org.e-hoffman.testing:LogBackCapture:1.2.0'
// https://jarcasting.com/artifacts/org.e-hoffman.testing/LogBackCapture/
implementation ("org.e-hoffman.testing:LogBackCapture:1.2.0")
'org.e-hoffman.testing:LogBackCapture:jar:1.2.0'
<dependency org="org.e-hoffman.testing" name="LogBackCapture" rev="1.2.0">
<artifact name="LogBackCapture" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.e-hoffman.testing', module='LogBackCapture', version='1.2.0')
)
libraryDependencies += "org.e-hoffman.testing" % "LogBackCapture" % "1.2.0"
[org.e-hoffman.testing/LogBackCapture "1.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.1 |
| ch.qos.logback : logback-classic | jar | 0.9.29 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.easytesting : fest-assert | jar | 1.4 |