GroupId | GroupIdorg.grouplens.grapht |
---|---|
ArtifactId | ArtifactIdgrapht |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
grapht-0.4.0.pom | |
grapht-0.4.0.jar | 124 KB |
grapht-0.4.0-sources.jar | 118 KB |
grapht-0.4.0-javadoc.jar | 433 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.grouplens.grapht/grapht/ -->
<dependency>
<groupId>org.grouplens.grapht</groupId>
<artifactId>grapht</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.grouplens.grapht/grapht/
implementation 'org.grouplens.grapht:grapht:0.4.0'
// https://jarcasting.com/artifacts/org.grouplens.grapht/grapht/
implementation ("org.grouplens.grapht:grapht:0.4.0")
'org.grouplens.grapht:grapht:jar:0.4.0'
<dependency org="org.grouplens.grapht" name="grapht" rev="0.4.0">
<artifact name="grapht" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grouplens.grapht', module='grapht', version='0.4.0')
)
libraryDependencies += "org.grouplens.grapht" % "grapht" % "0.4.0"
[org.grouplens.grapht/grapht "0.4.0"]