Download tomcat-juli-9.0.0.M1.jar file - Jar t

Jar examples for t:tomcat-juli

Description

Tomcat Core Logging Package

You can download jar file tomcat-juli 9.0.0.M1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add tomcat-juli-9.0.0.M1.jar to your project.

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

Download

Click the following link to download the jar file.

tomcat-juli-9.0.0.M1-sources.jar
tomcat-juli-9.0.0.M1.jar
tomcat-juli-9.0.0.M1.pom



Related Tutorials