<dependency> <groupId>io.github.hakky54</groupId> <artifactId>logcaptor</artifactId> <version>1.1.0</version> </dependency>
implementation 'io.github.hakky54:logcaptor:1.1.0'
implementation("io.github.hakky54:logcaptor:1.1.0")
libraryDependencies += "io.github.hakky54" % "logcaptor" % "1.1.0"
@Grapes( @Grab(group='io.github.hakky54', module='logcaptor', version='1.1.0') )
<dependency org="io.github.hakky54" name="logcaptor" rev="1.1.0" />
[io.github.hakky54/logcaptor "1.1.0"]
'io.github.hakky54:logcaptor:jar:1.1.0'
compile
|-- ch.qos.logback:logback-classic:1.2.3
test
|-- junit:junit:4.13
|-- org.assertj:assertj-core:3.15.0
|-- org.apache.logging.log4j:log4j-to-slf4j:2.13.1
|-- org.slf4j:log4j-over-slf4j:1.7.30
|-- org.slf4j:jul-to-slf4j:1.7.30
|-- org.projectlombok:lombok:1.18.12