| Группа | Группаorg.grouplens.grapht |
|---|---|
| Идентификатор | Идентификаторgrapht |
| Версия | Версия0.10.0-BETA1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| grapht-0.10.0-BETA1.pom | |
| grapht-0.10.0-BETA1.jar | 217 KB |
| grapht-0.10.0-BETA1-sources.jar | 176 KB |
| grapht-0.10.0-BETA1-javadoc.jar | 635 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.grouplens.grapht/grapht/ -->
<dependency>
<groupId>org.grouplens.grapht</groupId>
<artifactId>grapht</artifactId>
<version>0.10.0-BETA1</version>
</dependency>
// https://jarcasting.com/artifacts/org.grouplens.grapht/grapht/
implementation 'org.grouplens.grapht:grapht:0.10.0-BETA1'
// https://jarcasting.com/artifacts/org.grouplens.grapht/grapht/
implementation ("org.grouplens.grapht:grapht:0.10.0-BETA1")
'org.grouplens.grapht:grapht:jar:0.10.0-BETA1'
<dependency org="org.grouplens.grapht" name="grapht" rev="0.10.0-BETA1">
<artifact name="grapht" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grouplens.grapht', module='grapht', version='0.10.0-BETA1')
)
libraryDependencies += "org.grouplens.grapht" % "grapht" % "0.10.0-BETA1"
[org.grouplens.grapht/grapht "0.10.0-BETA1"]