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