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