MVN

com.ontotext.graphdb : graphdb-free-runtime

Maven & Gradle

Apr 05, 2022
1 usages

GraphDB Free Runtime · GraphDB Free is a Semantic Graph Database compliant with W3C standards

<dependency>
    <groupId>com.ontotext.graphdb</groupId>
    <artifactId>graphdb-free-runtime</artifactId>
    <version>9.11.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ontotext.graphdb : graphdb-free-runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.11.1

All Versions

Choose a version of com.ontotext.graphdb : graphdb-free-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.11.x
graphdb-free-runtime-9.11.1
graphdb-free-runtime-9.11.0
9.10.x
graphdb-free-runtime-9.10.3
graphdb-free-runtime-9.10.2
graphdb-free-runtime-9.10.1
graphdb-free-runtime-9.10.0
9.9.x
graphdb-free-runtime-9.9.1
graphdb-free-runtime-9.9.0
9.8.x
graphdb-free-runtime-9.8.1
graphdb-free-runtime-9.8.0
9.7.x
graphdb-free-runtime-9.7.0
9.6.x
graphdb-free-runtime-9.6.0
9.5.x
graphdb-free-runtime-9.5.1
graphdb-free-runtime-9.5.0
9.4.x
graphdb-free-runtime-9.4.1
graphdb-free-runtime-9.4.0
9.3.x
graphdb-free-runtime-9.3.6
graphdb-free-runtime-9.3.5
graphdb-free-runtime-9.3.4
graphdb-free-runtime-9.3.3
graphdb-free-runtime-9.3.2
graphdb-free-runtime-9.3.1
graphdb-free-runtime-9.3.0
9.2.x
graphdb-free-runtime-9.2.1
graphdb-free-runtime-9.2.0
9.1.x
graphdb-free-runtime-9.1.1
graphdb-free-runtime-9.1.0
9.0.x
graphdb-free-runtime-9.0.1
graphdb-free-runtime-9.0.0
8.11.x
graphdb-free-runtime-8.11.1
graphdb-free-runtime-8.11.0
8.10.x
graphdb-free-runtime-8.10.1
graphdb-free-runtime-8.10.0
8.9.x
graphdb-free-runtime-8.9.0
8.8.x
graphdb-free-runtime-8.8.1
graphdb-free-runtime-8.8.0
8.7.x
graphdb-free-runtime-8.7.3
graphdb-free-runtime-8.7.2
graphdb-free-runtime-8.7.1
graphdb-free-runtime-8.7.0
8.6.x
graphdb-free-runtime-8.6.1
graphdb-free-runtime-8.6.0
8.5.x
graphdb-free-runtime-8.5.0
8.4.x
graphdb-free-runtime-8.4.2
graphdb-free-runtime-8.4.1
graphdb-free-runtime-8.4.0
8.3.x
graphdb-free-runtime-8.3.1
graphdb-free-runtime-8.3.0
8.2.x
graphdb-free-runtime-8.2.0
8.1.x
graphdb-free-runtime-8.1.1
graphdb-free-runtime-8.1.0
8.0.x
graphdb-free-runtime-8.0.6
graphdb-free-runtime-8.0.5
graphdb-free-runtime-8.0.4
graphdb-free-runtime-8.0.3
graphdb-free-runtime-8.0.2
graphdb-free-runtime-8.0.1
graphdb-free-runtime-8.0.0
7.2.x
graphdb-free-runtime-7.2.0
7.1.x
graphdb-free-runtime-7.1.0
7.0.x
graphdb-free-runtime-7.0.3
graphdb-free-runtime-7.0.2
graphdb-free-runtime-7.0.1
1.3
graphdb-free-runtime-1.3

How to add a dependency to Maven

Add the following com.ontotext.graphdb : graphdb-free-runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ontotext.graphdb</groupId>
    <artifactId>graphdb-free-runtime</artifactId>
    <version>9.11.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ontotext.graphdb : graphdb-free-runtime gradle dependency to your build.gradle file:

implementation 'com.ontotext.graphdb:graphdb-free-runtime:9.11.1'

Gradle Kotlin DSL: Add the following com.ontotext.graphdb : graphdb-free-runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ontotext.graphdb:graphdb-free-runtime:9.11.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ontotext.graphdb : graphdb-free-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ontotext.graphdb" % "graphdb-free-runtime" % "9.11.1"

Advertisement