Maven Dependency mysql-async_2.11 >> 0.2.2010

In this page we are giving Maven Dependency of com.dripower >> mysql-async_2.11 version0.2.2010

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.dripower >> mysql-async_2.11 version0.2.2010 in your project.

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

Maven dependency automatically download dependent library of mysql-async_2.11 version 0.2.2010 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 mysql-async_2.11 version 0.2.2010

Maven dependency of mysql-async_2.11 version 0.2.2010:

<dependency>
	<groupId>com.dripower</groupId>
	<artifactId>mysql-async_2.11</artifactId>
	<version>0.2.2010</version>
</dependency>

Gradle Dependency of mysql-async_2.11 version 0.2.2010

compile group: 'com.dripower', name: 'mysql-async_2.11', version: '0.2.2010'

SBT Dependency of mysql-async_2.11 version 0.2.2010

libraryDependencies += "com.dripower" % "mysql-async_2.11" % "0.2.2010"

Ivy Dependency of mysql-async_2.11 version 0.2.2010

<dependency org="com.dripower" name="mysql-async_2.11" rev="0.2.2010"/>

Grape Dependency of mysql-async_2.11 version 0.2.2010

@Grapes(
    @Grab(group='com.dripower', module='mysql-async_2.11', version='0.2.2010')
)

Leiningen Dependency of mysql-async_2.11 version 0.2.2010

[com.dripower/mysql-async_2.11 "0.2.2010"]

Buildr Dependency of mysql-async_2.11 version 0.2.2010

'com.dripower:mysql-async_2.11:jar:0.2.2010'

Advertisements