| Categories | 
                CategoriesTomcat Container Application Servers Geo Business Logic Libraries Geospatial | 
        
|---|---|
| GroupId | GroupIdorg.apache.geode | 
    
| ArtifactId | ArtifactIdgeode-modules-tomcat7 | 
    
| Version | Version1.0.0-incubating | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.apache.geode/geode-modules-tomcat7/ -->
<dependency>
    <groupId>org.apache.geode</groupId>
    <artifactId>geode-modules-tomcat7</artifactId>
    <version>1.0.0-incubating</version>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.geode/geode-modules-tomcat7/
implementation 'org.apache.geode:geode-modules-tomcat7:1.0.0-incubating'
                // https://jarcasting.com/artifacts/org.apache.geode/geode-modules-tomcat7/
implementation ("org.apache.geode:geode-modules-tomcat7:1.0.0-incubating")
                'org.apache.geode:geode-modules-tomcat7:jar:1.0.0-incubating'
                <dependency org="org.apache.geode" name="geode-modules-tomcat7" rev="1.0.0-incubating">
  <artifact name="geode-modules-tomcat7" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.apache.geode', module='geode-modules-tomcat7', version='1.0.0-incubating')
)
                libraryDependencies += "org.apache.geode" % "geode-modules-tomcat7" % "1.0.0-incubating"
                [org.apache.geode/geode-modules-tomcat7 "1.0.0-incubating"]