| Группа | Группаcom.github.tomnelson |
|---|---|
| Идентификатор | Идентификаторjungrapht-layout |
| Версия | Версия1.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jungrapht-layout-1.1.pom | |
| jungrapht-layout-1.1.jar | 509 KB |
| jungrapht-layout-1.1-sources.jar | 243 KB |
| jungrapht-layout-1.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomnelson/jungrapht-layout/
implementation 'com.github.tomnelson:jungrapht-layout:1.1'
// https://jarcasting.com/artifacts/com.github.tomnelson/jungrapht-layout/
implementation ("com.github.tomnelson:jungrapht-layout:1.1")
'com.github.tomnelson:jungrapht-layout:jar:1.1'
<dependency org="com.github.tomnelson" name="jungrapht-layout" rev="1.1">
<artifact name="jungrapht-layout" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomnelson', module='jungrapht-layout', version='1.1')
)
libraryDependencies += "com.github.tomnelson" % "jungrapht-layout" % "1.1"
[com.github.tomnelson/jungrapht-layout "1.1"]