t

tempest_2.11

A graph library which efficiently supports graphs with billions of edges with almost instant loading time.
https://github.com/teapot-co/tempest/
Apache 2
co.teapot
Peter Lofgren
Files download
File Operation
tempest_2.11-0.8.0.jar download
tempest_2.11-0.8.0.pom download
tempest_2.11-0.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>co.teapot</groupId>
  <artifactId>tempest_2.11</artifactId>
  <version>0.8.0</version>
</dependency>
Gradle Groovy
implementation 'co.teapot:tempest_2.11:0.8.0'
Gradle Kotlin
implementation("co.teapot:tempest_2.11:0.8.0")
Scala SBT
libraryDependencies += "co.teapot" % "tempest_2.11" % "0.8.0"
Groovy Grape
@Grapes(
  @Grab(group='co.teapot', module='tempest_2.11', version='0.8.0')
)
Apache Ivy
<dependency org="co.teapot" name="tempest_2.11" rev="0.8.0" />
Leiningen
[co.teapot/tempest_2.11 "0.8.0"]
Apache Buildr
'co.teapot:tempest_2.11:jar:0.8.0'