MVN

org.apache.hyracks : hyracks-data-std

Maven & Gradle

May 02, 2023
37 usages
259 stars

hyracks-data-std

<dependency>
    <groupId>org.apache.hyracks</groupId>
    <artifactId>hyracks-data-std</artifactId>
    <version>0.3.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.hyracks : hyracks-data-std to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.8.1

All Versions

Choose a version of org.apache.hyracks : hyracks-data-std to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
hyracks-data-std-0.3.8.1
hyracks-data-std-0.3.8
hyracks-data-std-0.3.7.1
hyracks-data-std-0.3.7
hyracks-data-std-0.3.6
hyracks-data-std-0.3.5
hyracks-data-std-0.3.4
hyracks-data-std-0.3.4.1
hyracks-data-std-0.3.3
hyracks-data-std-0.3.2
hyracks-data-std-0.3.1
hyracks-data-std-0.3.0
0.2.x
hyracks-data-std-0.2.17-incubating
hyracks-data-std-0.2.16-incubating

How to add a dependency to Maven

Add the following org.apache.hyracks : hyracks-data-std maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.hyracks</groupId>
    <artifactId>hyracks-data-std</artifactId>
    <version>0.3.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.hyracks : hyracks-data-std gradle dependency to your build.gradle file:

implementation 'org.apache.hyracks:hyracks-data-std:0.3.8.1'

Gradle Kotlin DSL: Add the following org.apache.hyracks : hyracks-data-std gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.hyracks:hyracks-data-std:0.3.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.hyracks : hyracks-data-std sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.hyracks" % "hyracks-data-std" % "0.3.8.1"

Advertisement