| GroupId | GroupIdcom.github.tomnelson |
|---|---|
| ArtifactId | ArtifactIdjungrapht-layout |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jungrapht-layout-1.0.pom | |
| jungrapht-layout-1.0.jar | 503 KB |
| jungrapht-layout-1.0-sources.jar | 240 KB |
| jungrapht-layout-1.0-site.jar | 3 MB |
| jungrapht-layout-1.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tomnelson/jungrapht-layout/ -->
<dependency>
<groupId>com.github.tomnelson</groupId>
<artifactId>jungrapht-layout</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomnelson/jungrapht-layout/
implementation 'com.github.tomnelson:jungrapht-layout:1.0'
// https://jarcasting.com/artifacts/com.github.tomnelson/jungrapht-layout/
implementation ("com.github.tomnelson:jungrapht-layout:1.0")
'com.github.tomnelson:jungrapht-layout:jar:1.0'
<dependency org="com.github.tomnelson" name="jungrapht-layout" rev="1.0">
<artifact name="jungrapht-layout" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomnelson', module='jungrapht-layout', version='1.0')
)
libraryDependencies += "com.github.tomnelson" % "jungrapht-layout" % "1.0"
[com.github.tomnelson/jungrapht-layout "1.0"]