Last Version

tomcat:tomcat-juli 5.5.23


Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

tomcat
ArtifactId

ArtifactId

tomcat-juli
Version

Version

5.5.23
Type

Type

jar
Description

Description

Download tomcat-juli 5.5.23


<!-- https://jarcasting.com/artifacts/tomcat/tomcat-juli/ -->
<dependency>
    <groupId>tomcat</groupId>
    <artifactId>tomcat-juli</artifactId>
    <version>5.5.23</version>
</dependency>
// https://jarcasting.com/artifacts/tomcat/tomcat-juli/
implementation 'tomcat:tomcat-juli:5.5.23'
// https://jarcasting.com/artifacts/tomcat/tomcat-juli/
implementation ("tomcat:tomcat-juli:5.5.23")
'tomcat:tomcat-juli:jar:5.5.23'
<dependency org="tomcat" name="tomcat-juli" rev="5.5.23">
  <artifact name="tomcat-juli" type="jar" />
</dependency>
@Grapes(
@Grab(group='tomcat', module='tomcat-juli', version='5.5.23')
)
libraryDependencies += "tomcat" % "tomcat-juli" % "5.5.23"
[tomcat/tomcat-juli "5.5.23"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.