| Categories | 
                CategoriesTomcat Container Application Servers | 
        
|---|---|
| GroupId | GroupIdorg.perfmon4j | 
    
| ArtifactId | ArtifactIdperfmon4j-tomcat55 | 
    
| Version | Version1.3.4-HotfixA | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.perfmon4j/perfmon4j-tomcat55/ -->
<dependency>
    <groupId>org.perfmon4j</groupId>
    <artifactId>perfmon4j-tomcat55</artifactId>
    <version>1.3.4-HotfixA</version>
</dependency>
                // https://jarcasting.com/artifacts/org.perfmon4j/perfmon4j-tomcat55/
implementation 'org.perfmon4j:perfmon4j-tomcat55:1.3.4-HotfixA'
                // https://jarcasting.com/artifacts/org.perfmon4j/perfmon4j-tomcat55/
implementation ("org.perfmon4j:perfmon4j-tomcat55:1.3.4-HotfixA")
                'org.perfmon4j:perfmon4j-tomcat55:jar:1.3.4-HotfixA'
                <dependency org="org.perfmon4j" name="perfmon4j-tomcat55" rev="1.3.4-HotfixA">
  <artifact name="perfmon4j-tomcat55" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.perfmon4j', module='perfmon4j-tomcat55', version='1.3.4-HotfixA')
)
                libraryDependencies += "org.perfmon4j" % "perfmon4j-tomcat55" % "1.3.4-HotfixA"
                [org.perfmon4j/perfmon4j-tomcat55 "1.3.4-HotfixA"]