MVN

org.springframework.geode : spring-gemfire-starter-logging

Maven & Gradle

Jun 16, 2021
1 usages
44 stars

spring-gemfire-starter-logging · spring-gemfire-starter-logging

<dependency>
    <groupId>org.springframework.geode</groupId>
    <artifactId>spring-gemfire-starter-logging</artifactId>
    <version>1.3.12.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.geode : spring-gemfire-starter-logging to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.12.RELEASE

All Versions

Choose a version of org.springframework.geode : spring-gemfire-starter-logging to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
spring-gemfire-starter-logging-1.3.12.RELEASE
spring-gemfire-starter-logging-1.3.11.RELEASE
spring-gemfire-starter-logging-1.3.10.RELEASE
spring-gemfire-starter-logging-1.3.9.RELEASE
spring-gemfire-starter-logging-1.3.8.RELEASE
spring-gemfire-starter-logging-1.3.7.RELEASE
spring-gemfire-starter-logging-1.3.6.RELEASE
spring-gemfire-starter-logging-1.3.5.RELEASE
spring-gemfire-starter-logging-1.3.4.RELEASE
spring-gemfire-starter-logging-1.3.3.RELEASE
spring-gemfire-starter-logging-1.3.2.RELEASE
spring-gemfire-starter-logging-1.3.1.RELEASE
spring-gemfire-starter-logging-1.3.0.RELEASE

How to add a dependency to Maven

Add the following org.springframework.geode : spring-gemfire-starter-logging maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.springframework.geode</groupId>
    <artifactId>spring-gemfire-starter-logging</artifactId>
    <version>1.3.12.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.springframework.geode : spring-gemfire-starter-logging gradle dependency to your build.gradle file:

implementation 'org.springframework.geode:spring-gemfire-starter-logging:1.3.12.RELEASE'

Gradle Kotlin DSL: Add the following org.springframework.geode : spring-gemfire-starter-logging gradle kotlin dependency to your build.gradle.kts file:

implementation("org.springframework.geode:spring-gemfire-starter-logging:1.3.12.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.springframework.geode : spring-gemfire-starter-logging sbt scala dependency to your build.sbt file:

libraryDependencies += "org.springframework.geode" % "spring-gemfire-starter-logging" % "1.3.12.RELEASE"