is not current version
Last Version 3.6.7

it.unimi.dsi:webgraph-big 3.5.1

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.5.1
Type

Type

jar

Download webgraph-big 3.5.1


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