is not current version
Last Version 3.6.7

it.unimi.dsi:webgraph-big 3.6.5

WebGraph is a framework to study the web graph. It provides simple ways to manage very large graph, exploiting modern compression techniques. The big version is a fork of the original WebGraph that can handle more than 2^31 nodes.

GroupId

GroupId

it.unimi.dsi
ArtifactId

ArtifactId

webgraph-big
Version

Version

3.6.5
Type

Type

jar

Download webgraph-big 3.6.5


<!-- https://jarcasting.com/artifacts/it.unimi.dsi/webgraph-big/ -->
<dependency>
    <groupId>it.unimi.dsi</groupId>
    <artifactId>webgraph-big</artifactId>
    <version>3.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/it.unimi.dsi/webgraph-big/
implementation 'it.unimi.dsi:webgraph-big:3.6.5'
// https://jarcasting.com/artifacts/it.unimi.dsi/webgraph-big/
implementation ("it.unimi.dsi:webgraph-big:3.6.5")
'it.unimi.dsi:webgraph-big:jar:3.6.5'
<dependency org="it.unimi.dsi" name="webgraph-big" rev="3.6.5">
  <artifact name="webgraph-big" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.unimi.dsi', module='webgraph-big', version='3.6.5')
)
libraryDependencies += "it.unimi.dsi" % "webgraph-big" % "3.6.5"
[it.unimi.dsi/webgraph-big "3.6.5"]