| Categories | 
                CategoriesGeo Business Logic Libraries Geospatial | 
        
|---|---|
| GroupId | GroupIdorg.springframework.geode | 
    
| ArtifactId | ArtifactIdspring-geode-starter-actuator | 
    
| Version | Version1.2.13.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.springframework.geode/spring-geode-starter-actuator/ -->
<dependency>
    <groupId>org.springframework.geode</groupId>
    <artifactId>spring-geode-starter-actuator</artifactId>
    <version>1.2.13.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.springframework.geode/spring-geode-starter-actuator/
implementation 'org.springframework.geode:spring-geode-starter-actuator:1.2.13.RELEASE'
                // https://jarcasting.com/artifacts/org.springframework.geode/spring-geode-starter-actuator/
implementation ("org.springframework.geode:spring-geode-starter-actuator:1.2.13.RELEASE")
                'org.springframework.geode:spring-geode-starter-actuator:jar:1.2.13.RELEASE'
                <dependency org="org.springframework.geode" name="spring-geode-starter-actuator" rev="1.2.13.RELEASE">
  <artifact name="spring-geode-starter-actuator" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.springframework.geode', module='spring-geode-starter-actuator', version='1.2.13.RELEASE')
)
                libraryDependencies += "org.springframework.geode" % "spring-geode-starter-actuator" % "1.2.13.RELEASE"
                [org.springframework.geode/spring-geode-starter-actuator "1.2.13.RELEASE"]