| Лицензия |
Лицензия
The BSD License
|
|---|---|
| Группа | Группаcom.github.tomnelson |
| Идентификатор | Идентификаторjungrapht-visualization-parent |
| Последняя версия | Последняя версия1.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJunGrapht Visualization
Jungrapht-visualization is a port of the Java Universal Network Graph (JUNG)
visualization and sample code that uses JGrapht graph models and algorithms.
|
| Имя Файла | Размер |
|---|---|
| jungrapht-visualization-parent-1.3.pom | 10 KB |
| jungrapht-visualization-parent-1.3-site.jar | 7 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.tomnelson/jungrapht-visualization-parent/ -->
<dependency>
<groupId>com.github.tomnelson</groupId>
<artifactId>jungrapht-visualization-parent</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomnelson/jungrapht-visualization-parent/
implementation 'com.github.tomnelson:jungrapht-visualization-parent:1.3'
// https://jarcasting.com/artifacts/com.github.tomnelson/jungrapht-visualization-parent/
implementation ("com.github.tomnelson:jungrapht-visualization-parent:1.3")
'com.github.tomnelson:jungrapht-visualization-parent:jar:1.3'
<dependency org="com.github.tomnelson" name="jungrapht-visualization-parent" rev="1.3">
<artifact name="jungrapht-visualization-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomnelson', module='jungrapht-visualization-parent', version='1.3')
)
libraryDependencies += "com.github.tomnelson" % "jungrapht-visualization-parent" % "1.3"
[com.github.tomnelson/jungrapht-visualization-parent "1.3"]