MVN

com.signalcollect : triplerush_2.11

Maven & Gradle

Jan 27, 2016
1 usages

triplerush · A distributed in-memory graph store.

<dependency>
    <groupId>com.signalcollect</groupId>
    <artifactId>triplerush_2.11</artifactId>
    <version>9.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.signalcollect : triplerush_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.0.0

All Versions

Choose a version of com.signalcollect : triplerush_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.0.x
triplerush_2.11-9.0.0
8.0.x
triplerush_2.11-8.0.20
triplerush_2.11-8.0.19
triplerush_2.11-8.0.18
triplerush_2.11-8.0.17
triplerush_2.11-8.0.16
triplerush_2.11-8.0.15
triplerush_2.11-8.0.14
triplerush_2.11-8.0.13
triplerush_2.11-8.0.12
triplerush_2.11-8.0.11
triplerush_2.11-8.0.10
triplerush_2.11-8.0.7
triplerush_2.11-8.0.1
triplerush_2.11-8.0.0
6.1.x
triplerush_2.11-6.1.3
triplerush_2.11-6.1.2
triplerush_2.11-6.1.1
triplerush_2.11-6.1.0
6.0.x
triplerush_2.11-6.0.4
triplerush_2.11-6.0.3
triplerush_2.11-6.0.2
triplerush_2.11-6.0.1
triplerush_2.11-6.0.0
5.0.x
triplerush_2.11-5.0.0
4.1.x
triplerush_2.11-4.1.3
triplerush_2.11-4.1.2
triplerush_2.11-4.1.1
triplerush_2.11-4.1.0
4.0.x
triplerush_2.11-4.0.1
triplerush_2.11-4.0.0
3.1.x
triplerush_2.11-3.1.0
3.0.x
triplerush_2.11-3.0.0
2.0.x
triplerush_2.11-2.0.1
triplerush_2.11-2.0.0
1.0.x
triplerush_2.11-1.0.1
1.0
triplerush_2.11-1.0
0.0.x
triplerush_2.11-0.0.6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.signalcollect</groupId>
    <artifactId>triplerush_2.11</artifactId>
    <version>9.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.signalcollect : triplerush_2.11 gradle dependency to your build.gradle file:

implementation 'com.signalcollect:triplerush_2.11:9.0.0'

Gradle Kotlin DSL: Add the following com.signalcollect : triplerush_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.signalcollect:triplerush_2.11:9.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.signalcollect : triplerush_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.signalcollect" % "triplerush_2.11" % "9.0.0"

Advertisement