o

otj-test-log-config

OpenTable test case logback config
Files download
File Operation
otj-test-log-config-1.1.0.jar download
otj-test-log-config-1.1.0.pom download
otj-test-log-config-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.opentable.testing</groupId>
  <artifactId>otj-test-log-config</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.opentable.testing:otj-test-log-config:1.1.0'
Gradle Kotlin
implementation("com.opentable.testing:otj-test-log-config:1.1.0")
Scala SBT
libraryDependencies += "com.opentable.testing" % "otj-test-log-config" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.opentable.testing', module='otj-test-log-config', version='1.1.0')
)
Apache Ivy
<dependency org="com.opentable.testing" name="otj-test-log-config" rev="1.1.0" />
Leiningen
[com.opentable.testing/otj-test-log-config "1.1.0"]
Apache Buildr
'com.opentable.testing:otj-test-log-config:jar:1.1.0'