Maven Dependency fdb-sql-layer-jdbc >> 1.9-1-jdbc41

In this page we are giving Maven Dependency of com.foundationdb >> fdb-sql-layer-jdbc version1.9-1-jdbc41

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.foundationdb >> fdb-sql-layer-jdbc version1.9-1-jdbc41 in your project.

In this page we are going to discuss about fdb-sql-layer-jdbc version 1.9-1-jdbc41 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use fdb-sql-layer-jdbc version 1.9-1-jdbc41 dependency by just including the code discussed here in pom.xml file of your Maven project.

Maven dependency automatically download dependent library of fdb-sql-layer-jdbc version 1.9-1-jdbc41 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 fdb-sql-layer-jdbc version 1.9-1-jdbc41

Maven dependency of fdb-sql-layer-jdbc version 1.9-1-jdbc41:

<dependency>
	<groupId>com.foundationdb</groupId>
	<artifactId>fdb-sql-layer-jdbc</artifactId>
	<version>1.9-1-jdbc41</version>
</dependency>

Gradle Dependency of fdb-sql-layer-jdbc version 1.9-1-jdbc41

compile group: 'com.foundationdb', name: 'fdb-sql-layer-jdbc', version: '1.9-1-jdbc41'

SBT Dependency of fdb-sql-layer-jdbc version 1.9-1-jdbc41

libraryDependencies += "com.foundationdb" % "fdb-sql-layer-jdbc" % "1.9-1-jdbc41"

Ivy Dependency of fdb-sql-layer-jdbc version 1.9-1-jdbc41

<dependency org="com.foundationdb" name="fdb-sql-layer-jdbc" rev="1.9-1-jdbc41"/>

Grape Dependency of fdb-sql-layer-jdbc version 1.9-1-jdbc41

@Grapes(
    @Grab(group='com.foundationdb', module='fdb-sql-layer-jdbc', version='1.9-1-jdbc41')
)

Leiningen Dependency of fdb-sql-layer-jdbc version 1.9-1-jdbc41

[com.foundationdb/fdb-sql-layer-jdbc "1.9-1-jdbc41"]

Buildr Dependency of fdb-sql-layer-jdbc version 1.9-1-jdbc41

'com.foundationdb:fdb-sql-layer-jdbc:jar:1.9-1-jdbc41'

Advertisements