MVN

io.snappydata : gemfire-util

Maven & Gradle

Jun 12, 2022
1 usages
39 stars

SnappyData RowStore · SnappyData store based off Pivotal GemFireXD

<dependency>
    <groupId>io.snappydata</groupId>
    <artifactId>gemfire-util</artifactId>
    <version>1.6.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.snappydata : gemfire-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.7
  • Latest Release Candidate: 1.6.2-RC1

All Versions

Choose a version of io.snappydata : gemfire-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
gemfire-util-1.6.7
gemfire-util-1.6.6
gemfire-util-1.6.5
gemfire-util-1.6.4
gemfire-util-1.6.3
gemfire-util-1.6.2.2
gemfire-util-1.6.2.1
gemfire-util-1.6.2
gemfire-util-1.6.2-RC1
gemfire-util-1.6.1

How to add a dependency to Maven

Add the following io.snappydata : gemfire-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.snappydata</groupId>
    <artifactId>gemfire-util</artifactId>
    <version>1.6.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.snappydata : gemfire-util gradle dependency to your build.gradle file:

implementation 'io.snappydata:gemfire-util:1.6.7'

Gradle Kotlin DSL: Add the following io.snappydata : gemfire-util gradle kotlin dependency to your build.gradle.kts file:

implementation("io.snappydata:gemfire-util:1.6.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.snappydata : gemfire-util sbt scala dependency to your build.sbt file:

libraryDependencies += "io.snappydata" % "gemfire-util" % "1.6.7"

Advertisement