Maven Dependency pgjdbc-ng >> 0.7.0-7d96678

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

Ads

Tutorials   

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

In this page we are going to discuss about pgjdbc-ng version 0.7.0-7d96678 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use pgjdbc-ng version 0.7.0-7d96678 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-7d96678 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-7d96678

Maven dependency of pgjdbc-ng version 0.7.0-7d96678:

<dependency>
	<groupId>com.eventsourcing</groupId>
	<artifactId>pgjdbc-ng</artifactId>
	<version>0.7.0-7d96678</version>
</dependency>

Gradle Dependency of pgjdbc-ng version 0.7.0-7d96678

compile group: 'com.eventsourcing', name: 'pgjdbc-ng', version: '0.7.0-7d96678'

SBT Dependency of pgjdbc-ng version 0.7.0-7d96678

libraryDependencies += "com.eventsourcing" % "pgjdbc-ng" % "0.7.0-7d96678"

Ivy Dependency of pgjdbc-ng version 0.7.0-7d96678

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

Grape Dependency of pgjdbc-ng version 0.7.0-7d96678

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

Leiningen Dependency of pgjdbc-ng version 0.7.0-7d96678

[com.eventsourcing/pgjdbc-ng "0.7.0-7d96678"]

Buildr Dependency of pgjdbc-ng version 0.7.0-7d96678

'com.eventsourcing:pgjdbc-ng:jar:0.7.0-7d96678'

Advertisements