Maven Dependency imaginary-home >> 2013.01

In this page we are giving Maven Dependency of com.imaginary >> imaginary-home version2013.01

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.imaginary >> imaginary-home version2013.01 in your project.

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

Maven dependency automatically download dependent library of imaginary-home version 2013.01 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 imaginary-home version 2013.01

Maven dependency of imaginary-home version 2013.01:

<dependency>
	<groupId>com.imaginary</groupId>
	<artifactId>imaginary-home</artifactId>
	<version>2013.01</version>
</dependency>

Gradle Dependency of imaginary-home version 2013.01

compile group: 'com.imaginary', name: 'imaginary-home', version: '2013.01'

SBT Dependency of imaginary-home version 2013.01

libraryDependencies += "com.imaginary" % "imaginary-home" % "2013.01"

Ivy Dependency of imaginary-home version 2013.01

<dependency org="com.imaginary" name="imaginary-home" rev="2013.01"/>

Grape Dependency of imaginary-home version 2013.01

@Grapes(
    @Grab(group='com.imaginary', module='imaginary-home', version='2013.01')
)

Leiningen Dependency of imaginary-home version 2013.01

[com.imaginary/imaginary-home "2013.01"]

Buildr Dependency of imaginary-home version 2013.01

'com.imaginary:imaginary-home:jar:2013.01'

Advertisements