MVN

com.openlinksw : virtjdbc4_1

Maven & Gradle

Jun 06, 2023
844 stars

Virtuoso JDBC Driver · Virtuoso DBMS JDBC driver

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

Latest Version

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

  • Latest Stable: 3.123

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.openlinksw:virtjdbc4_1:3.123'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement