Maven Dependency helios-parent >> 0.9.13

In this page we are giving Maven Dependency of at.molindo >> helios-parent version0.9.13

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of at.molindo >> helios-parent version0.9.13 in your project.

In this page we are going to discuss about helios-parent version 0.9.13 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use helios-parent version 0.9.13 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.9.13 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.9.13

Maven dependency of helios-parent version 0.9.13:

<dependency>
	<groupId>at.molindo</groupId>
	<artifactId>helios-parent</artifactId>
	<version>0.9.13</version>
</dependency>

Gradle Dependency of helios-parent version 0.9.13

compile group: 'at.molindo', name: 'helios-parent', version: '0.9.13'

SBT Dependency of helios-parent version 0.9.13

libraryDependencies += "at.molindo" % "helios-parent" % "0.9.13"

Ivy Dependency of helios-parent version 0.9.13

<dependency org="at.molindo" name="helios-parent" rev="0.9.13"/>

Grape Dependency of helios-parent version 0.9.13

@Grapes(
    @Grab(group='at.molindo', module='helios-parent', version='0.9.13')
)

Leiningen Dependency of helios-parent version 0.9.13

[at.molindo/helios-parent "0.9.13"]

Buildr Dependency of helios-parent version 0.9.13

'at.molindo:helios-parent:jar:0.9.13'

Advertisements