Download webgraph-big-3.3.6.jar file - Jar w

Jar examples for w:webgraph-big

Description

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.

You can download jar file webgraph-big 3.3.6 in this page.

License

GNU General Public License Version 3+

Build File

You can use the following script to add webgraph-big-3.3.6.jar to your project.

<dependency>
   <groupId>it.unimi.dsi</groupId>
   <artifactId>webgraph-big</artifactId>
   <version>3.3.6</version>
</dependency>
compile group: 'it.unimi.dsi', name: 'webgraph-big', version: '3.3.6'
libraryDependencies += "it.unimi.dsi" % "webgraph-big" % "3.3.6"
<dependency org="it.unimi.dsi" name="webgraph-big" rev="3.3.6"/>
@Grapes(@Grab(group='it.unimi.dsi', module='webgraph-big', version='3.3.6'))
'it.unimi.dsi:webgraph-big:jar:3.3.6'

Download

Click the following link to download the jar file.

webgraph-big-3.3.6-javadoc.jar
webgraph-big-3.3.6-sources.jar
webgraph-big-3.3.6.jar
webgraph-big-3.3.6.pom



Related Tutorials