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
文件下载
文件名 操作
tempest_2.11-0.10.2.jar 下载
tempest_2.11-0.10.2.pom 下载
tempest_2.11-0.10.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>co.teapot</groupId>
  <artifactId>tempest_2.11</artifactId>
  <version>0.10.2</version>
</dependency>
Gradle Groovy
implementation 'co.teapot:tempest_2.11:0.10.2'
Gradle Kotlin
implementation("co.teapot:tempest_2.11:0.10.2")
Scala SBT
libraryDependencies += "co.teapot" % "tempest_2.11" % "0.10.2"
Groovy Grape
@Grapes(
  @Grab(group='co.teapot', module='tempest_2.11', version='0.10.2')
)
Apache Ivy
<dependency org="co.teapot" name="tempest_2.11" rev="0.10.2" />
Leiningen
[co.teapot/tempest_2.11 "0.10.2"]
Apache Buildr
'co.teapot:tempest_2.11:jar:0.10.2'