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