GroupId | GroupIdit.unimi.dsi |
---|---|
ArtifactId | ArtifactIdwebgraph-big |
Version | Version3.3.0 |
Type | Typejar |
Filename | Size |
---|---|
webgraph-big-3.3.0.pom | |
webgraph-big-3.3.0.jar | 262 KB |
webgraph-big-3.3.0-sources.jar | 254 KB |
webgraph-big-3.3.0-javadoc.jar | 360 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.unimi.dsi/webgraph-big/ -->
<dependency>
<groupId>it.unimi.dsi</groupId>
<artifactId>webgraph-big</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/it.unimi.dsi/webgraph-big/
implementation 'it.unimi.dsi:webgraph-big:3.3.0'
// https://jarcasting.com/artifacts/it.unimi.dsi/webgraph-big/
implementation ("it.unimi.dsi:webgraph-big:3.3.0")
'it.unimi.dsi:webgraph-big:jar:3.3.0'
<dependency org="it.unimi.dsi" name="webgraph-big" rev="3.3.0">
<artifact name="webgraph-big" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.unimi.dsi', module='webgraph-big', version='3.3.0')
)
libraryDependencies += "it.unimi.dsi" % "webgraph-big" % "3.3.0"
[it.unimi.dsi/webgraph-big "3.3.0"]