Skip to content

Instantly share code, notes, and snippets.

@ezhov-da
Last active March 10, 2019 12:22
Show Gist options
  • Save ezhov-da/4334f2ec71cdd9cc6cc819d1a3fef225 to your computer and use it in GitHub Desktop.
Save ezhov-da/4334f2ec71cdd9cc6cc819d1a3fef225 to your computer and use it in GitHub Desktop.
java sl4j
<pre>
Maven зависимость:
</pre>
[code:]XML[:code]<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
</dependency>
<!-- 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>
[/code]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment