MVN

com.eharmony : aloha-h2o

Maven & Gradle

Aug 20, 2016
1 usages
57 stars

Provides an Aloha model for H2o For more info, see http://h2o.ai

<dependency>
    <groupId>com.eharmony</groupId>
    <artifactId>aloha-h2o</artifactId>
    <version>3.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.eharmony : aloha-h2o to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.1

All Versions

Choose a version of com.eharmony : aloha-h2o to add to Maven or Gradle - All Versions:

  • Version Updated
  • aloha-h2o-3.3.1

    Aug 19, 2016
  • aloha-h2o-3.3.0

    Jun 19, 2016
  • aloha-h2o-3.2.2

    Apr 05, 2016
  • aloha-h2o-3.2.1

    Mar 11, 2016
  • aloha-h2o-3.2.0

    Mar 08, 2016
  • aloha-h2o-3.1.0

    Dec 08, 2015

How to add a dependency to Maven

Add the following com.eharmony : aloha-h2o maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.eharmony</groupId>
    <artifactId>aloha-h2o</artifactId>
    <version>3.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.eharmony : aloha-h2o gradle dependency to your build.gradle file:

implementation 'com.eharmony:aloha-h2o:3.3.1'

Gradle Kotlin DSL: Add the following com.eharmony : aloha-h2o gradle kotlin dependency to your build.gradle.kts file:

implementation("com.eharmony:aloha-h2o:3.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.eharmony : aloha-h2o sbt scala dependency to your build.sbt file:

libraryDependencies += "com.eharmony" % "aloha-h2o" % "3.3.1"