Download logback-core-1.0.4.jar file - Jar l

Jar examples for l:logback-core

Description

Logback: the generic, reliable, fast and flexible logging library for Java.

You can download jar file logback-core 1.0.4 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add logback-core-1.0.4.jar to your project.

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

Download

Click the following link to download the jar file.

logback-core-1.0.4-javadoc.jar
logback-core-1.0.4-sources.jar
logback-core-1.0.4-tests.jar
logback-core-1.0.4.jar
logback-core-1.0.4.pom



Related Tutorials