Download logback-parent-1.1.2.jar file - Jar l

Jar examples for l:logback-parent

Description

logback project pom.xml file

You can download jar file logback-parent 1.1.2 in this page.

License

Eclipse Public License - v 1.0

Build File

You can use the following script to add logback-parent-1.1.2.jar to your project.

<dependency>
   <groupId>ch.qos.logback</groupId>
   <artifactId>logback-parent</artifactId>
   <version>1.1.2</version>
</dependency>
compile group: 'ch.qos.logback', name: 'logback-parent', version: '1.1.2'
libraryDependencies += "ch.qos.logback" % "logback-parent" % "1.1.2"
<dependency org="ch.qos.logback" name="logback-parent" rev="1.1.2"/>
@Grapes(@Grab(group='ch.qos.logback', module='logback-parent', version='1.1.2'))
'ch.qos.logback:logback-parent:jar:1.1.2'

Download

Click the following link to download the jar file.

logback-parent-1.1.2.pom



Related Tutorials