Download webgraph-3.4.3.jar file - Jar w

Jar examples for w:webgraph

Description

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

You can download jar file webgraph 3.4.3 in this page.

License

GNU General Public License Version 3+

Build File

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

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

Download

Click the following link to download the jar file.

webgraph-3.4.3-javadoc.jar
webgraph-3.4.3-sources.jar
webgraph-3.4.3.jar
webgraph-3.4.3.pom



Related Tutorials