is not current version
Last Version 3.6.10

it.unimi.dsi:webgraph 3.6.2

WebGraph is a framework to study the web graph. It provides simple ways to manage very large graph, exploiting modern compression techniques.

GroupId

GroupId

it.unimi.dsi
ArtifactId

ArtifactId

webgraph
Version

Version

3.6.2
Type

Type

jar

Download webgraph 3.6.2


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