Download juli-6.0.39.jar file - Jar j

Jar examples for j:juli

Description

Replacement for Tomcat Core Logging Package

You can download jar file juli 6.0.39 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add juli-6.0.39.jar to your project.

<dependency>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>juli</artifactId>
   <version>6.0.39</version>
</dependency>
compile group: 'org.apache.tomcat', name: 'juli', version: '6.0.39'
libraryDependencies += "org.apache.tomcat" % "juli" % "6.0.39"
<dependency org="org.apache.tomcat" name="juli" rev="6.0.39"/>
@Grapes(@Grab(group='org.apache.tomcat', module='juli', version='6.0.39'))
'org.apache.tomcat:juli:jar:6.0.39'

Download

Click the following link to download the jar file.

juli-6.0.39.jar
juli-6.0.39.pom



Related Tutorials