Maven Dependency postgresql-async_2.11 >> 0.2.2010

In this page we are giving Maven Dependency of com.dripower >> postgresql-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 >> postgresql-async_2.11 version0.2.2010 in your project.

In this page we are going to discuss about postgresql-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 postgresql-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 postgresql-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 postgresql-async_2.11 version 0.2.2010

Maven dependency of postgresql-async_2.11 version 0.2.2010:

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

Gradle Dependency of postgresql-async_2.11 version 0.2.2010

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

SBT Dependency of postgresql-async_2.11 version 0.2.2010

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

Ivy Dependency of postgresql-async_2.11 version 0.2.2010

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

Grape Dependency of postgresql-async_2.11 version 0.2.2010

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

Leiningen Dependency of postgresql-async_2.11 version 0.2.2010

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

Buildr Dependency of postgresql-async_2.11 version 0.2.2010

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

Advertisements

Ads