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