How To Install Java Artifact org.kuali.common.kuali-jdbc v3.1.7

org.kuali.common kuali-jdbc 3.1.7

Introduction

In this article, we'll learn how to install Java artifact kuali-jdbc from org.kuali.common group in version 3.1.7. The artifact is available in 30 versions: 3.1.11 3.1.10 3.1.9 3.1.8 3.1.7 3.1.6 3.1.5 3.1.4 3.1.2 3.1.0 3.0.6 3.0.5 3.0.4 3.0.3 3.0.2 3.0.1 3.0.0 2.0.4 2.0.3 2.0.2 2.0.1 2.0.0 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0 The Kuali JDBC project has its own website at: http://${kuali.site.hostname}/common/${project.artifactId}/${project.version}. The parent project is: org.kuali.pom::kuali-common::3.1.14

How To Install Java Artifact org.kuali.common.kuali-jdbc In Version 3.1.7

To install the Kuali JDBC artifact in version 3.1.7 add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses Kuali JDBC dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Compile dependencies (4)

Test dependencies (5)

Developers