Download logback-core-1.1.3.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.1.3 in this page.

License

GNU Lesser General Public License

Build File

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

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

Download

Click the following link to download the jar file.

logback-core-1.1.3-javadoc.jar
logback-core-1.1.3-sources.jar
logback-core-1.1.3-test-javadoc.jar
logback-core-1.1.3-test-sources.jar
logback-core-1.1.3-tests.jar
logback-core-1.1.3.jar
logback-core-1.1.3.pom



Related Tutorials