Download tomcat-embed-logging-juli-8.0.32.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.32 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.32.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials