How to add a dependency to Maven
Add the following jp.co.yahoo.dataplatform.mds : multiple-dimension-spread-arrow maven dependency to the pom.xml
file with your favorite IDE (IntelliJ / Eclipse / Netbeans):
<dependency>
<groupId>jp.co.yahoo.dataplatform.mds</groupId>
<artifactId>multiple-dimension-spread-arrow</artifactId>
<version>0.8.11_hive-1.2.1000.2.6.4.0-91</version>
</dependency>
How to add a dependency to Gradle
Gradle Groovy DSL: Add the following jp.co.yahoo.dataplatform.mds : multiple-dimension-spread-arrow gradle dependency to your build.gradle
file:
implementation 'jp.co.yahoo.dataplatform.mds:multiple-dimension-spread-arrow:0.8.11_hive-1.2.1000.2.6.4.0-91'
Gradle Kotlin DSL: Add the following jp.co.yahoo.dataplatform.mds : multiple-dimension-spread-arrow gradle kotlin dependency to your build.gradle.kts
file:
implementation("jp.co.yahoo.dataplatform.mds:multiple-dimension-spread-arrow:0.8.11_hive-1.2.1000.2.6.4.0-91")
How to add a dependency to SBT Scala
SBT Scala: Add the following jp.co.yahoo.dataplatform.mds : multiple-dimension-spread-arrow sbt scala dependency to your build.sbt
file:
libraryDependencies += "jp.co.yahoo.dataplatform.mds" % "multiple-dimension-spread-arrow" % "0.8.11_hive-1.2.1000.2.6.4.0-91"