is not current version
Last Version 1.8.2

org.log4s:log4s-testing_2.10 1.6.1

Utilities to help with build-time unit tests for logging

GroupId

GroupId

org.log4s
ArtifactId

ArtifactId

log4s-testing_2.10
Version

Version

1.6.1
Type

Type

jar

Download log4s-testing_2.10 1.6.1


<!-- https://jarcasting.com/artifacts/org.log4s/log4s-testing_2.10/ -->
<dependency>
    <groupId>org.log4s</groupId>
    <artifactId>log4s-testing_2.10</artifactId>
    <version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.log4s/log4s-testing_2.10/
implementation 'org.log4s:log4s-testing_2.10:1.6.1'
// https://jarcasting.com/artifacts/org.log4s/log4s-testing_2.10/
implementation ("org.log4s:log4s-testing_2.10:1.6.1")
'org.log4s:log4s-testing_2.10:jar:1.6.1'
<dependency org="org.log4s" name="log4s-testing_2.10" rev="1.6.1">
  <artifact name="log4s-testing_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.log4s', module='log4s-testing_2.10', version='1.6.1')
)
libraryDependencies += "org.log4s" % "log4s-testing_2.10" % "1.6.1"
[org.log4s/log4s-testing_2.10 "1.6.1"]