License |
License |
---|---|
GroupId | GroupIdit.unimi.dsi |
ArtifactId | ArtifactIdwebgraph-big |
Last Version | Last Version3.6.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWebGraph (big)
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.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
webgraph-big-3.6.7.pom | |
webgraph-big-3.6.7.jar | 212 KB |
webgraph-big-3.6.7-sources.jar | 178 KB |
webgraph-big-3.6.7-javadoc.jar | 271 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.unimi.dsi/webgraph-big/ -->
<dependency>
<groupId>it.unimi.dsi</groupId>
<artifactId>webgraph-big</artifactId>
<version>3.6.7</version>
</dependency>
// https://jarcasting.com/artifacts/it.unimi.dsi/webgraph-big/
implementation 'it.unimi.dsi:webgraph-big:3.6.7'
// https://jarcasting.com/artifacts/it.unimi.dsi/webgraph-big/
implementation ("it.unimi.dsi:webgraph-big:3.6.7")
'it.unimi.dsi:webgraph-big:jar:3.6.7'
<dependency org="it.unimi.dsi" name="webgraph-big" rev="3.6.7">
<artifact name="webgraph-big" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.unimi.dsi', module='webgraph-big', version='3.6.7')
)
libraryDependencies += "it.unimi.dsi" % "webgraph-big" % "3.6.7"
[it.unimi.dsi/webgraph-big "3.6.7"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback » logback-classic.jar Optional | jar | 3.6.7 |
org.slf4j : slf4j-api | jar | 1.7.30 |
it.unimi.di : jsap | jar | 20210129 |
it.unimi.dsi : fastutil | jar | 8.5.8 |
it.unimi.dsi : dsiutils | jar | 2.7.0 |
it.unimi.dsi : webgraph | jar | 3.6.10 |
it.unimi.dsi : sux4j | jar | 5.3.0 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-core | jar | 1.2.3 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |