| Лицензия |
Лицензия
The BSD License
|
|---|---|
| Группа | Группаcom.github.tomnelson |
| Идентификатор | Идентификаторjungrapht-layout |
| Последняя версия | Последняя версия1.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеGraph - Layout Support
Core Layout support
|
| Имя Файла | Размер |
|---|---|
| jungrapht-layout-1.3.pom | |
| jungrapht-layout-1.3.jar | 502 KB |
| jungrapht-layout-1.3-sources.jar | 240 KB |
| jungrapht-layout-1.3-site.jar | 3 MB |
| jungrapht-layout-1.3-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.tomnelson/jungrapht-layout/ -->
<dependency>
<groupId>com.github.tomnelson</groupId>
<artifactId>jungrapht-layout</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomnelson/jungrapht-layout/
implementation 'com.github.tomnelson:jungrapht-layout:1.3'
// https://jarcasting.com/artifacts/com.github.tomnelson/jungrapht-layout/
implementation ("com.github.tomnelson:jungrapht-layout:1.3")
'com.github.tomnelson:jungrapht-layout:jar:1.3'
<dependency org="com.github.tomnelson" name="jungrapht-layout" rev="1.3">
<artifact name="jungrapht-layout" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomnelson', module='jungrapht-layout', version='1.3')
)
libraryDependencies += "com.github.tomnelson" % "jungrapht-layout" % "1.3"
[com.github.tomnelson/jungrapht-layout "1.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jgrapht : jgrapht-core | jar | 1.5.1 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| ch.qos.logback : logback-core | jar | 1.2.3 |
| junit : junit | jar | 4.13.1 |