MVN

jp.classmethod : tupl-titan100-storage-backend

Maven & Gradle

Apr 03, 2016
29 stars

Classmethod Tupl Storage Backend for Titan · The Classmethod Tupl Storage Backend for Titan: Distributed Graph Database allows Titan graphs to use Tupl as a storage backend.

<dependency>
    <groupId>jp.classmethod</groupId>
    <artifactId>tupl-titan100-storage-backend</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jp.classmethod : tupl-titan100-storage-backend to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of jp.classmethod : tupl-titan100-storage-backend to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
tupl-titan100-storage-backend-1.0.1
tupl-titan100-storage-backend-1.0.0

How to add a dependency to Maven

Add the following jp.classmethod : tupl-titan100-storage-backend maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>jp.classmethod</groupId>
    <artifactId>tupl-titan100-storage-backend</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jp.classmethod : tupl-titan100-storage-backend gradle dependency to your build.gradle file:

implementation 'jp.classmethod:tupl-titan100-storage-backend:1.0.1'

Gradle Kotlin DSL: Add the following jp.classmethod : tupl-titan100-storage-backend gradle kotlin dependency to your build.gradle.kts file:

implementation("jp.classmethod:tupl-titan100-storage-backend:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following jp.classmethod : tupl-titan100-storage-backend sbt scala dependency to your build.sbt file:

libraryDependencies += "jp.classmethod" % "tupl-titan100-storage-backend" % "1.0.1"

Advertisement