How To Install Java Artifact ch.qos.logback.logback-skin v0.9

ch.qos.logback logback-skin 0.9

Introduction

In this article, we'll learn how to install Java artifact logback-skin from ch.qos.logback group in version 0.9. The artifact is available in 7 versions: 0.9 0.8.1 0.8 0.7.1 0.7 0.6 0.5 The Logback Skin project has its own website at: http://logback.qos.ch. The parent project is: ch.qos.logback::logback-parent::0.9

How To Install Java Artifact ch.qos.logback.logback-skin In Version 0.9

To install the Logback Skin artifact in version 0.9 add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses Logback Skin dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.