Download tomcat-embed-logging-juli-7.0.39.jar file - Jar t

Jar examples for t:tomcat-embed-logging-juli

Description

JULI logging implementation for embedded Tomcat

You can download jar file tomcat-embed-logging-juli 7.0.39 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add tomcat-embed-logging-juli-7.0.39.jar to your project.

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

Download

Click the following link to download the jar file.

tomcat-embed-logging-juli-7.0.39-sources.jar
tomcat-embed-logging-juli-7.0.39.jar
tomcat-embed-logging-juli-7.0.39.pom



Related Tutorials