MVN

com.openlinksw : virt_rdf4j_v3_7

Maven & Gradle

Oct 07, 2022
844 stars

Virtuoso RDF4j provider · Virtuoso RDF4j provider

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

Latest Version

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

  • Latest Stable: 1.16

All Versions

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

Version Vulnerabilities Updated
1.16
virt_rdf4j_v3_7-1.16
1.15
virt_rdf4j_v3_7-1.15
1.13
virt_rdf4j_v3_7-1.13
1.12
virt_rdf4j_v3_7-1.12
1.11
virt_rdf4j_v3_7-1.11
1.10
virt_rdf4j_v3_7-1.10
1.9
virt_rdf4j_v3_7-1.9

How to add a dependency to Maven

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

<dependency>
    <groupId>com.openlinksw</groupId>
    <artifactId>virt_rdf4j_v3_7</artifactId>
    <version>1.16</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.openlinksw:virt_rdf4j_v3_7:1.16'

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

implementation("com.openlinksw:virt_rdf4j_v3_7:1.16")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.openlinksw" % "virt_rdf4j_v3_7" % "1.16"

Advertisement