MVN

com.pontusvision : dynamodb-janusgraph-storage-backend

Maven & Gradle

Apr 26, 2019
0 stars

Amazon DynamoDB Storage Backend for JanusGraph · The Amazon DynamoDB Storage Backend for JanusGraph: This is an updated version that works with a later version of JanusGraph Distributed Graph Database allows JanusGraph graphs to use DynamoDB as a storage backend.

<dependency>
    <groupId>com.pontusvision</groupId>
    <artifactId>dynamodb-janusgraph-storage-backend</artifactId>
    <version>100-3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pontusvision : dynamodb-janusgraph-storage-backend to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 100-3.0

All Versions

Choose a version of com.pontusvision : dynamodb-janusgraph-storage-backend to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
100
dynamodb-janusgraph-storage-backend-100-3.0

How to add a dependency to Maven

Add the following com.pontusvision : dynamodb-janusgraph-storage-backend maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.pontusvision</groupId>
    <artifactId>dynamodb-janusgraph-storage-backend</artifactId>
    <version>100-3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.pontusvision : dynamodb-janusgraph-storage-backend gradle dependency to your build.gradle file:

implementation 'com.pontusvision:dynamodb-janusgraph-storage-backend:100-3.0'

Gradle Kotlin DSL: Add the following com.pontusvision : dynamodb-janusgraph-storage-backend gradle kotlin dependency to your build.gradle.kts file:

implementation("com.pontusvision:dynamodb-janusgraph-storage-backend:100-3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.pontusvision : dynamodb-janusgraph-storage-backend sbt scala dependency to your build.sbt file:

libraryDependencies += "com.pontusvision" % "dynamodb-janusgraph-storage-backend" % "100-3.0"