не последняя версия
Последняя версия 0.9.3

org.javabits.jgrapht:jgrapht-dist 0.9.1


Категории

Категории

JGraphT Универсальные библиотеки
Группа

Группа

org.javabits.jgrapht
Идентификатор

Идентификатор

jgrapht-dist
Версия

Версия

0.9.1
Тип

Тип

pom

Скачать jgrapht-dist 0.9.1

Имя Файла Размер
jgrapht-dist-0.9.1.pom
jgrapht-dist-0.9.1.zip 2 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.javabits.jgrapht/jgrapht-dist/ -->
<dependency>
    <groupId>org.javabits.jgrapht</groupId>
    <artifactId>jgrapht-dist</artifactId>
    <version>0.9.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.javabits.jgrapht/jgrapht-dist/
implementation 'org.javabits.jgrapht:jgrapht-dist:0.9.1'
// https://jarcasting.com/artifacts/org.javabits.jgrapht/jgrapht-dist/
implementation ("org.javabits.jgrapht:jgrapht-dist:0.9.1")
'org.javabits.jgrapht:jgrapht-dist:pom:0.9.1'
<dependency org="org.javabits.jgrapht" name="jgrapht-dist" rev="0.9.1">
  <artifact name="jgrapht-dist" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.javabits.jgrapht', module='jgrapht-dist', version='0.9.1')
)
libraryDependencies += "org.javabits.jgrapht" % "jgrapht-dist" % "0.9.1"
[org.javabits.jgrapht/jgrapht-dist "0.9.1"]