<dependency> <groupId>ai.h2o</groupId> <artifactId>h2o-bindings</artifactId> <version>3.22.1.4</version> <type>pom</type> </dependency>
implementation 'ai.h2o:h2o-bindings:3.22.1.4'
implementation("ai.h2o:h2o-bindings:3.22.1.4")
libraryDependencies += "ai.h2o" % "h2o-bindings" % "3.22.1.4"
@Grapes( @Grab(group='ai.h2o', module='h2o-bindings', version='3.22.1.4') )
<dependency org="ai.h2o" name="h2o-bindings" rev="3.22.1.4" />
[ai.h2o/h2o-bindings "3.22.1.4"]
'ai.h2o:h2o-bindings:jar:3.22.1.4'
compile
|-- com.squareup.retrofit2:retrofit:2.0.1
|-- com.squareup.retrofit2:converter-gson:2.0.1
|-- com.squareup.okhttp3:okhttp:3.3.1
|-- com.squareup.okio:okio:1.8.0