License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification JGraphX Business Logic Libraries Science |
GroupId | GroupIdcom.github.monkeysintown |
ArtifactId | ArtifactIdjgraphx |
Last Version | Last Version3.3.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJGraph X
JGraphX Swing Component - Java Graph Visualization Library
This is a binary & source redistribution of the original, unmodified
JGraphX library originating from:
"https://github.com/jgraph/jgraphx/archive/v3.3.1.1.tar.gz".
The purpose of this redistribution is to make the library available
to other Maven projects.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jgraphx-3.3.1.1.pom | |
jgraphx-3.3.1.1.jar | 611 KB |
jgraphx-3.3.1.1-sources.jar | 526 KB |
jgraphx-3.3.1.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.monkeysintown/jgraphx/ -->
<dependency>
<groupId>com.github.monkeysintown</groupId>
<artifactId>jgraphx</artifactId>
<version>3.3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.monkeysintown/jgraphx/
implementation 'com.github.monkeysintown:jgraphx:3.3.1.1'
// https://jarcasting.com/artifacts/com.github.monkeysintown/jgraphx/
implementation ("com.github.monkeysintown:jgraphx:3.3.1.1")
'com.github.monkeysintown:jgraphx:jar:3.3.1.1'
<dependency org="com.github.monkeysintown" name="jgraphx" rev="3.3.1.1">
<artifact name="jgraphx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.monkeysintown', module='jgraphx', version='3.3.1.1')
)
libraryDependencies += "com.github.monkeysintown" % "jgraphx" % "3.3.1.1"
[com.github.monkeysintown/jgraphx "3.3.1.1"]