MVN

io.snappydata : snappy-dunits

Maven & Gradle

Mar 16, 2016
1k stars

SnappyData · SnappyData distributed data store and execution engine

<dependency>
    <groupId>io.snappydata</groupId>
    <artifactId>snappy-dunits</artifactId>
    <version>0.2.1-PREVIEW</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.2.1-PREVIEW

All Versions

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

Version Vulnerabilities Updated
0.2.x
snappy-dunits-0.2.1-PREVIEW
snappy-dunits-0.2.0-PREVIEW
0.1.x
snappy-dunits-0.1.0-PREVIEW

How to add a dependency to Maven

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

<dependency>
    <groupId>io.snappydata</groupId>
    <artifactId>snappy-dunits</artifactId>
    <version>0.2.1-PREVIEW</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.snappydata:snappy-dunits:0.2.1-PREVIEW'

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

implementation("io.snappydata:snappy-dunits:0.2.1-PREVIEW")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.snappydata" % "snappy-dunits" % "0.2.1-PREVIEW"

Advertisement