Maven Dependency pgjdbc-ng >> 0.7.0-89abc52

In this page we are giving Maven Dependency of com.eventsourcing >> pgjdbc-ng version0.7.0-89abc52

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.eventsourcing >> pgjdbc-ng version0.7.0-89abc52 in your project.

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

Maven dependency automatically download dependent library of pgjdbc-ng version 0.7.0-89abc52 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 pgjdbc-ng version 0.7.0-89abc52

Maven dependency of pgjdbc-ng version 0.7.0-89abc52:

<dependency>
	<groupId>com.eventsourcing</groupId>
	<artifactId>pgjdbc-ng</artifactId>
	<version>0.7.0-89abc52</version>
</dependency>

Gradle Dependency of pgjdbc-ng version 0.7.0-89abc52

compile group: 'com.eventsourcing', name: 'pgjdbc-ng', version: '0.7.0-89abc52'

SBT Dependency of pgjdbc-ng version 0.7.0-89abc52

libraryDependencies += "com.eventsourcing" % "pgjdbc-ng" % "0.7.0-89abc52"

Ivy Dependency of pgjdbc-ng version 0.7.0-89abc52

<dependency org="com.eventsourcing" name="pgjdbc-ng" rev="0.7.0-89abc52"/>

Grape Dependency of pgjdbc-ng version 0.7.0-89abc52

@Grapes(
    @Grab(group='com.eventsourcing', module='pgjdbc-ng', version='0.7.0-89abc52')
)

Leiningen Dependency of pgjdbc-ng version 0.7.0-89abc52

[com.eventsourcing/pgjdbc-ng "0.7.0-89abc52"]

Buildr Dependency of pgjdbc-ng version 0.7.0-89abc52

'com.eventsourcing:pgjdbc-ng:jar:0.7.0-89abc52'

Advertisements