Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for reflections version 0.9.11-h2o-custom

Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for reflections version 0.9.11-h2o-custom. You can add these depency in your project to get ai.h2o:reflections:0.9.11-h2o-custom Java library in your project.

Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for reflections version 0.9.11-h2o-custom

Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for reflections version 0.9.11-h2o-custom. You can add these depency in your project to get ai.h2o:reflections:0.9.11-h2o-custom Java library in your project..

Maven, Gradle, SBT, Ivy, Grape, Leiningen and  Buildr Dependency for reflections version 0.9.11-h2o-custom

In this section have given the dependency code for Maven, Gradle, SBT, Ivy, Grape, Leiningen and  Buildr Dependency for reflections version 0.9.11-h2o-custom. You be able to use the dependency given here for the  reflections version 0.9.11-h2o-custom 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: reflections

Version: 0.9.11-h2o-custom

In this page we are going to discuss reflections version 0.9.11-h2o-custom maven dependencies. Maven tool is a project management tool which you use to manage your project and easily use reflections version 0.9.11-h2o-custom 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 reflections version 0.9.11-h2o-custom 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 reflections version 0.9.11-h2o-custom:

<dependency>
	<groupId>ai.h2o</groupId>
	<artifactId>reflections</artifactId>
	<version>0.9.11-h2o-custom</version>
</dependency>

Gradle Dependency of reflections version 0.9.11-h2o-custom

compile group: 'ai.h2o', name: 'reflections', version: '0.9.11-h2o-custom'

SBT Dependency of reflections version 0.9.11-h2o-custom

libraryDependencies += "ai.h2o" % "reflections" % "0.9.11-h2o-custom"

Ivy Dependency of reflections version 0.9.11-h2o-custom

<dependency org="ai.h2o" name="reflections" rev="0.9.11-h2o-custom"/>

Grape Dependency of reflections version 0.9.11-h2o-custom

@Grapes(
    @Grab(group='ai.h2o', module='reflections', version='0.9.11-h2o-custom')
)

Leiningen Dependency of reflections version 0.9.11-h2o-custom

[ai.h2o/reflections "0.9.11-h2o-custom"]

Buildr Dependency of reflections version 0.9.11-h2o-custom

'ai.h2o:reflections:jar:0.9.11-h2o-custom'

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