Download tomcat-embed-logging-juli-8.0.45.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 8.0.45 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials