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

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

Download

Click the following link to download the jar file.

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



Related Tutorials