Maven Dependency maxq >> 0.94

In this page we are giving Maven Dependency of maxq >> maxq version0.94

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of maxq >> maxq version0.94 in your project.

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

Maven dependency automatically download dependent library of maxq version 0.94 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 maxq version 0.94

Maven dependency of maxq version 0.94:

<dependency>
	<groupId>maxq</groupId>
	<artifactId>maxq</artifactId>
	<version>0.94</version>
</dependency>

Gradle Dependency of maxq version 0.94

compile group: 'maxq', name: 'maxq', version: '0.94'

SBT Dependency of maxq version 0.94

libraryDependencies += "maxq" % "maxq" % "0.94"

Ivy Dependency of maxq version 0.94

<dependency org="maxq" name="maxq" rev="0.94"/>

Grape Dependency of maxq version 0.94

@Grapes(
    @Grab(group='maxq', module='maxq', version='0.94')
)

Leiningen Dependency of maxq version 0.94

[maxq/maxq "0.94"]

Buildr Dependency of maxq version 0.94

'maxq:maxq:jar:0.94'

Advertisements