l

logcaptor

LogCaptor captures log entries for unit and integration testing purposes
https://github.com/Hakky54/log-captor
Apache License, Version 2.0
Hakan Altindag
文件下载
文件名 操作
logcaptor-2.10.0.jar 下载
logcaptor-2.10.0.pom 下载
logcaptor-2.10.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.hakky54</groupId>
  <artifactId>logcaptor</artifactId>
  <version>2.10.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.hakky54:logcaptor:2.10.0'
Gradle Kotlin
implementation("io.github.hakky54:logcaptor:2.10.0")
Scala SBT
libraryDependencies += "io.github.hakky54" % "logcaptor" % "2.10.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.hakky54', module='logcaptor', version='2.10.0')
)
Apache Ivy
<dependency org="io.github.hakky54" name="logcaptor" rev="2.10.0" />
Leiningen
[io.github.hakky54/logcaptor "2.10.0"]
Apache Buildr
'io.github.hakky54:logcaptor:jar:2.10.0'