| Categories | 
                CategoriesTomcat Container Application Servers | 
        
|---|---|
| GroupId | GroupIdcom.github.yuyenews | 
    
| ArtifactId | ArtifactIdmars-tomcat | 
    
| Version | Version3.0.15-HOTFIX | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| mars-tomcat-3.0.15-HOTFIX.pom | |
| mars-tomcat-3.0.15-HOTFIX.jar | 10 KB | 
| mars-tomcat-3.0.15-HOTFIX-sources.jar | 6 KB | 
| mars-tomcat-3.0.15-HOTFIX-javadoc.jar | 82 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.yuyenews/mars-tomcat/ -->
<dependency>
    <groupId>com.github.yuyenews</groupId>
    <artifactId>mars-tomcat</artifactId>
    <version>3.0.15-HOTFIX</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.yuyenews/mars-tomcat/
implementation 'com.github.yuyenews:mars-tomcat:3.0.15-HOTFIX'
                // https://jarcasting.com/artifacts/com.github.yuyenews/mars-tomcat/
implementation ("com.github.yuyenews:mars-tomcat:3.0.15-HOTFIX")
                'com.github.yuyenews:mars-tomcat:jar:3.0.15-HOTFIX'
                <dependency org="com.github.yuyenews" name="mars-tomcat" rev="3.0.15-HOTFIX">
  <artifact name="mars-tomcat" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.yuyenews', module='mars-tomcat', version='3.0.15-HOTFIX')
)
                libraryDependencies += "com.github.yuyenews" % "mars-tomcat" % "3.0.15-HOTFIX"
                [com.github.yuyenews/mars-tomcat "3.0.15-HOTFIX"]