MVN

io.snappydata : gemfirexd

Maven & Gradle

Feb 02, 2016
2 usages
39 stars

SnappyData · SnappyData store based off Pivotal GemFireXD

<dependency>
    <groupId>io.snappydata</groupId>
    <artifactId>gemfirexd</artifactId>
    <version>2.0-BETA</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0-BETA
  • Latest Beta: 2.0-BETA

All Versions

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

Version Vulnerabilities Updated
2.0
gemfirexd-2.0-BETA

How to add a dependency to Maven

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

<dependency>
    <groupId>io.snappydata</groupId>
    <artifactId>gemfirexd</artifactId>
    <version>2.0-BETA</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.snappydata:gemfirexd:2.0-BETA'

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

implementation("io.snappydata:gemfirexd:2.0-BETA")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.snappydata" % "gemfirexd" % "2.0-BETA"

Advertisement