Maven Dependency tools >> 1.0.0-M01

In this page we are giving Maven Dependency of org.opencypher >> tools version1.0.0-M01

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of org.opencypher >> tools version1.0.0-M01 in your project.

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

Maven dependency automatically download dependent library of tools version 1.0.0-M01 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 tools version 1.0.0-M01

Maven dependency of tools version 1.0.0-M01:

<dependency>
	<groupId>org.opencypher</groupId>
	<artifactId>tools</artifactId>
	<version>1.0.0-M01</version>
</dependency>

Gradle Dependency of tools version 1.0.0-M01

compile group: 'org.opencypher', name: 'tools', version: '1.0.0-M01'

SBT Dependency of tools version 1.0.0-M01

libraryDependencies += "org.opencypher" % "tools" % "1.0.0-M01"

Ivy Dependency of tools version 1.0.0-M01

<dependency org="org.opencypher" name="tools" rev="1.0.0-M01"/>

Grape Dependency of tools version 1.0.0-M01

@Grapes(
    @Grab(group='org.opencypher', module='tools', version='1.0.0-M01')
)

Leiningen Dependency of tools version 1.0.0-M01

[org.opencypher/tools "1.0.0-M01"]

Buildr Dependency of tools version 1.0.0-M01

'org.opencypher:tools:jar:1.0.0-M01'

Advertisements

Ads