Maven Dependency helios-parent >> 0.8.108

In this page we are giving Maven Dependency of com.spotify >> helios-parent version0.8.108

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.spotify >> helios-parent version0.8.108 in your project.

In this page we are going to discuss about helios-parent version 0.8.108 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use helios-parent version 0.8.108 dependency by just including the code discussed here in pom.xml file of your Maven project.

Maven dependency automatically download dependent library of helios-parent version 0.8.108 and include 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 you dependency code of different build system like Gradle Dependency, SBT Dependency, Ivy Dependency, Grape Dependency etc...

Maven dependency of helios-parent version 0.8.108

Maven dependency of helios-parent version 0.8.108:

<dependency>
	<groupId>com.spotify</groupId>
	<artifactId>helios-parent</artifactId>
	<version>0.8.108</version>
</dependency>

Gradle Dependency of helios-parent version 0.8.108

compile group: 'com.spotify', name: 'helios-parent', version: '0.8.108'

SBT Dependency of helios-parent version 0.8.108

libraryDependencies += "com.spotify" % "helios-parent" % "0.8.108"

Ivy Dependency of helios-parent version 0.8.108

<dependency org="com.spotify" name="helios-parent" rev="0.8.108"/>

Grape Dependency of helios-parent version 0.8.108

@Grapes(
    @Grab(group='com.spotify', module='helios-parent', version='0.8.108')
)

Leiningen Dependency of helios-parent version 0.8.108

[com.spotify/helios-parent "0.8.108"]

Buildr Dependency of helios-parent version 0.8.108

'com.spotify:helios-parent:jar:0.8.108'

Advertisements