| GroupId | GroupIdcom.github.tomnelson |
|---|---|
| ArtifactId | ArtifactIdjungrapht-visualization |
| Version | Version1.0-RC4 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.tomnelson/jungrapht-visualization/ -->
<dependency>
<groupId>com.github.tomnelson</groupId>
<artifactId>jungrapht-visualization</artifactId>
<version>1.0-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomnelson/jungrapht-visualization/
implementation 'com.github.tomnelson:jungrapht-visualization:1.0-RC4'
// https://jarcasting.com/artifacts/com.github.tomnelson/jungrapht-visualization/
implementation ("com.github.tomnelson:jungrapht-visualization:1.0-RC4")
'com.github.tomnelson:jungrapht-visualization:jar:1.0-RC4'
<dependency org="com.github.tomnelson" name="jungrapht-visualization" rev="1.0-RC4">
<artifact name="jungrapht-visualization" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomnelson', module='jungrapht-visualization', version='1.0-RC4')
)
libraryDependencies += "com.github.tomnelson" % "jungrapht-visualization" % "1.0-RC4"
[com.github.tomnelson/jungrapht-visualization "1.0-RC4"]