MVN

com.powsybl : powsybl-triple-store-impl-blazegraph

Maven & Gradle

Sep 27, 2021
1 usages

Blazegraph triple store implementation · Triple store implementation using Blazegraph

<dependency>
    <groupId>com.powsybl</groupId>
    <artifactId>powsybl-triple-store-impl-blazegraph</artifactId>
    <version>3.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.powsybl : powsybl-triple-store-impl-blazegraph to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.2
  • Latest Release Candidate: 4.0.0-RC2

All Versions

Choose a version of com.powsybl : powsybl-triple-store-impl-blazegraph to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
powsybl-triple-store-impl-blazegraph-4.1.2
powsybl-triple-store-impl-blazegraph-4.1.1
powsybl-triple-store-impl-blazegraph-4.1.0
4.0.x
powsybl-triple-store-impl-blazegraph-4.0.1
powsybl-triple-store-impl-blazegraph-4.0.0
powsybl-triple-store-impl-blazegraph-4.0.0-RC2
powsybl-triple-store-impl-blazegraph-4.0.0-RC1
3.8.x
powsybl-triple-store-impl-blazegraph-3.8.1
powsybl-triple-store-impl-blazegraph-3.8.0
powsybl-triple-store-impl-blazegraph-3.8.0-RC1
3.7.x
powsybl-triple-store-impl-blazegraph-3.7.2
powsybl-triple-store-impl-blazegraph-3.7.1
powsybl-triple-store-impl-blazegraph-3.7.0
3.6.x
powsybl-triple-store-impl-blazegraph-3.6.0
3.5.x
powsybl-triple-store-impl-blazegraph-3.5.0
3.4.x
powsybl-triple-store-impl-blazegraph-3.4.0
3.3.x
powsybl-triple-store-impl-blazegraph-3.3.2
powsybl-triple-store-impl-blazegraph-3.3.1
powsybl-triple-store-impl-blazegraph-3.3.0
3.2.x
powsybl-triple-store-impl-blazegraph-3.2.0
3.1.x
powsybl-triple-store-impl-blazegraph-3.1.0
3.0.x
powsybl-triple-store-impl-blazegraph-3.0.0
2.6.x
powsybl-triple-store-impl-blazegraph-2.6.1
powsybl-triple-store-impl-blazegraph-2.6.0
2.5.x
powsybl-triple-store-impl-blazegraph-2.5.2
powsybl-triple-store-impl-blazegraph-2.5.1
powsybl-triple-store-impl-blazegraph-2.5.0
2.4.x
powsybl-triple-store-impl-blazegraph-2.4.1
powsybl-triple-store-impl-blazegraph-2.4.0
2.3.x
powsybl-triple-store-impl-blazegraph-2.3.0
2.2.x
powsybl-triple-store-impl-blazegraph-2.2.0

How to add a dependency to Maven

Add the following com.powsybl : powsybl-triple-store-impl-blazegraph maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.powsybl</groupId>
    <artifactId>powsybl-triple-store-impl-blazegraph</artifactId>
    <version>3.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.powsybl : powsybl-triple-store-impl-blazegraph gradle dependency to your build.gradle file:

implementation 'com.powsybl:powsybl-triple-store-impl-blazegraph:3.7.2'

Gradle Kotlin DSL: Add the following com.powsybl : powsybl-triple-store-impl-blazegraph gradle kotlin dependency to your build.gradle.kts file:

implementation("com.powsybl:powsybl-triple-store-impl-blazegraph:3.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.powsybl : powsybl-triple-store-impl-blazegraph sbt scala dependency to your build.sbt file:

libraryDependencies += "com.powsybl" % "powsybl-triple-store-impl-blazegraph" % "3.7.2"

Advertisement