Categories |
CategoriesAuto Application Layer Libs Code Generators config Configuration Geo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdorg.springframework.geode |
ArtifactId | ArtifactIdspring-geode-autoconfigure |
Version | Version1.2.11.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.geode/spring-geode-autoconfigure/ -->
<dependency>
<groupId>org.springframework.geode</groupId>
<artifactId>spring-geode-autoconfigure</artifactId>
<version>1.2.11.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.geode/spring-geode-autoconfigure/
implementation 'org.springframework.geode:spring-geode-autoconfigure:1.2.11.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.geode/spring-geode-autoconfigure/
implementation ("org.springframework.geode:spring-geode-autoconfigure:1.2.11.RELEASE")
'org.springframework.geode:spring-geode-autoconfigure:jar:1.2.11.RELEASE'
<dependency org="org.springframework.geode" name="spring-geode-autoconfigure" rev="1.2.11.RELEASE">
<artifact name="spring-geode-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.geode', module='spring-geode-autoconfigure', version='1.2.11.RELEASE')
)
libraryDependencies += "org.springframework.geode" % "spring-geode-autoconfigure" % "1.2.11.RELEASE"
[org.springframework.geode/spring-geode-autoconfigure "1.2.11.RELEASE"]