MVN

ai.h2o : daimojo

Maven & Gradle

May 16, 2023

Java Wrapper for libdaimojo.so using JNA bindings

<dependency>
    <groupId>ai.h2o</groupId>
    <artifactId>daimojo</artifactId>
    <version>2.7.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.h2o : daimojo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.13

All Versions

Choose a version of ai.h2o : daimojo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
daimojo-2.7.13
daimojo-2.7.12.25

How to add a dependency to Maven

Add the following ai.h2o : daimojo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ai.h2o</groupId>
    <artifactId>daimojo</artifactId>
    <version>2.7.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.h2o : daimojo gradle dependency to your build.gradle file:

implementation 'ai.h2o:daimojo:2.7.13'

Gradle Kotlin DSL: Add the following ai.h2o : daimojo gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.h2o:daimojo:2.7.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.h2o : daimojo sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.h2o" % "daimojo" % "2.7.13"

Advertisement

Dependencies from Group

Aug 22, 2023
33 usages
6.7k stars
Aug 22, 2023
31 usages
6.7k stars
Aug 22, 2023
11 usages
6.7k stars
Aug 22, 2023
8 usages
6.7k stars
Aug 22, 2023
8 usages
6.7k stars

Discover Dependencies