MVN

com.openlinksw : virtjdbc4

Maven & Gradle

Jun 06, 2023
844 stars

Virtuoso JDBC Driver · Virtuoso DBMS JDBC driver

<dependency>
    <groupId>com.openlinksw</groupId>
    <artifactId>virtjdbc4</artifactId>
    <version>3.123</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.openlinksw : virtjdbc4 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.123

All Versions

Choose a version of com.openlinksw : virtjdbc4 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.123
virtjdbc4-3.123
3.122
virtjdbc4-3.122
3.121
virtjdbc4-3.121
3.119.x
virtjdbc4-3.119.0
3.118
virtjdbc4-3.118
3.117
virtjdbc4-3.117
3.116
virtjdbc4-3.116
3.115
virtjdbc4-3.115
3.114
virtjdbc4-3.114
3.112
virtjdbc4-3.112
3.111
virtjdbc4-3.111

How to add a dependency to Maven

Add the following com.openlinksw : virtjdbc4 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.openlinksw</groupId>
    <artifactId>virtjdbc4</artifactId>
    <version>3.123</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.openlinksw : virtjdbc4 gradle dependency to your build.gradle file:

implementation 'com.openlinksw:virtjdbc4:3.123'

Gradle Kotlin DSL: Add the following com.openlinksw : virtjdbc4 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.openlinksw:virtjdbc4:3.123")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.openlinksw : virtjdbc4 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.openlinksw" % "virtjdbc4" % "3.123"

Advertisement