MVN

org.springframework.data : spring-data-gemfire-test

Maven & Gradle

Nov 04, 2020
1 usages
22 stars

spring-data-gemfire-test · spring-data-gemfire-test

<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-gemfire-test</artifactId>
    <version>0.0.20.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.data : spring-data-gemfire-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.20.RELEASE

All Versions

Choose a version of org.springframework.data : spring-data-gemfire-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
spring-data-gemfire-test-0.0.20.RELEASE
spring-data-gemfire-test-0.0.19.RELEASE
spring-data-gemfire-test-0.0.18.RELEASE
spring-data-gemfire-test-0.0.17.RELEASE
spring-data-gemfire-test-0.0.16.RELEASE
spring-data-gemfire-test-0.0.15.RELEASE
spring-data-gemfire-test-0.0.14.RELEASE
spring-data-gemfire-test-0.0.13.RELEASE
spring-data-gemfire-test-0.0.12.RELEASE
spring-data-gemfire-test-0.0.11.RELEASE
spring-data-gemfire-test-0.0.10.RELEASE
spring-data-gemfire-test-0.0.9.RELEASE
spring-data-gemfire-test-0.0.8.RELEASE
spring-data-gemfire-test-0.0.7.RELEASE
spring-data-gemfire-test-0.0.6.RELEASE
spring-data-gemfire-test-0.0.5.RELEASE
spring-data-gemfire-test-0.0.4.RELEASE
spring-data-gemfire-test-0.0.3.RELEASE
spring-data-gemfire-test-0.0.2.RELEASE
spring-data-gemfire-test-0.0.1.RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-gemfire-test</artifactId>
    <version>0.0.20.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.springframework.data : spring-data-gemfire-test gradle dependency to your build.gradle file:

implementation 'org.springframework.data:spring-data-gemfire-test:0.0.20.RELEASE'

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

implementation("org.springframework.data:spring-data-gemfire-test:0.0.20.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.springframework.data : spring-data-gemfire-test sbt scala dependency to your build.sbt file:

libraryDependencies += "org.springframework.data" % "spring-data-gemfire-test" % "0.0.20.RELEASE"

Advertisement