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