Skip to content

Instantly share code, notes, and snippets.

@ezhov-da
Last active March 10, 2019 12:16
Show Gist options
  • Save ezhov-da/f42966268b97f8b893c5be54b7d8d058 to your computer and use it in GitHub Desktop.
Save ezhov-da/f42966268b97f8b893c5be54b7d8d058 to your computer and use it in GitHub Desktop.
logback maven
<!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-classic -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<scope>test</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment