Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for sparkling-water-core_2.11 version 2.2.34

Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for sparkling-water-core_2.11 version 2.2.34. You can add these depency in your project to get ai.h2o:sparkling-water-core_2.11:2.2.34 Java library in your project.

Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for sparkling-water-core_2.11 version 2.2.34

Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for sparkling-water-core_2.11 version 2.2.34. You can add these depency in your project to get ai.h2o:sparkling-water-core_2.11:2.2.34 Java library in your project..

Maven, Gradle, SBT, Ivy, Grape, Leiningen and  Buildr Dependency for sparkling-water-core_2.11 version 2.2.34

In this section have given the dependency code for Maven, Gradle, SBT, Ivy, Grape, Leiningen and  Buildr Dependency for sparkling-water-core_2.11 version 2.2.34. You be able to use the dependency given here for the  sparkling-water-core_2.11 version 2.2.34 just by copying and pasting your project. One you build your project the respective build tools Maven, Gradle, SBT, Ivy, Grape, Leiningen and  Buildr Dependency will download the jar file and include in your project.

Maven Artifact details:

Group: ai.h2o

Artifact: sparkling-water-core_2.11

Version: 2.2.34

In this page we are going to discuss sparkling-water-core_2.11 version 2.2.34 maven dependencies. Maven tool is a project management tool which you use to manage your project and easily use sparkling-water-core_2.11 version 2.2.34 dependency by just including the code discussed here in the pom.xml file of your Maven project.

Maven dependency automatically downloads the dependent library of sparkling-water-core_2.11 version 2.2.34 and includes the necessary jar files in the project.

Code given here should be included inside <dependencies> ...... </dependencies> tag in the Maven configuration file pom.xml.

We also explained to you the dependency code of different build systems like Gradle Dependency, SBT Dependency, Ivy Dependency, Grape Dependency etc.

Maven dependency of sparkling-water-core_2.11 version 2.2.34:

<dependency>
	<groupId>ai.h2o</groupId>
	<artifactId>sparkling-water-core_2.11</artifactId>
	<version>2.2.34</version>
</dependency>

Gradle Dependency of sparkling-water-core_2.11 version 2.2.34

compile group: 'ai.h2o', name: 'sparkling-water-core_2.11', version: '2.2.34'

SBT Dependency of sparkling-water-core_2.11 version 2.2.34

libraryDependencies += "ai.h2o" % "sparkling-water-core_2.11" % "2.2.34"

Ivy Dependency of sparkling-water-core_2.11 version 2.2.34

<dependency org="ai.h2o" name="sparkling-water-core_2.11" rev="2.2.34"/>

Grape Dependency of sparkling-water-core_2.11 version 2.2.34

@Grapes(
    @Grab(group='ai.h2o', module='sparkling-water-core_2.11', version='2.2.34')
)

Leiningen Dependency of sparkling-water-core_2.11 version 2.2.34

[ai.h2o/sparkling-water-core_2.11 "2.2.34"]

Buildr Dependency of sparkling-water-core_2.11 version 2.2.34

'ai.h2o:sparkling-water-core_2.11:jar:2.2.34'

The remote public repository is very useful and it allows the developers to download Java library jar files very conveniently just by adding the respective dependency code in their project's build tools configuration.

Relevant Tutorials