License |
License |
---|---|
GroupId | GroupIdnl.junglecomputing |
ArtifactId | ArtifactIdtouchgraph |
Version | Version1.58 |
Type | Typejar |
Description |
DescriptionTouchGraph
This is a very old, and heavily modified version of the Touchgraph library. The original is developed by TouchGraph LLC (http://www.touchgraph.com/). We modified it significantly to improve performance and make it more suitable for our needs.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
touchgraph-1.58.pom | |
touchgraph-1.58.jar | 130 KB |
touchgraph-1.58-sources.jar | 102 KB |
touchgraph-1.58-javadoc.jar | 573 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.junglecomputing/touchgraph/ -->
<dependency>
<groupId>nl.junglecomputing</groupId>
<artifactId>touchgraph</artifactId>
<version>1.58</version>
</dependency>
// https://jarcasting.com/artifacts/nl.junglecomputing/touchgraph/
implementation 'nl.junglecomputing:touchgraph:1.58'
// https://jarcasting.com/artifacts/nl.junglecomputing/touchgraph/
implementation ("nl.junglecomputing:touchgraph:1.58")
'nl.junglecomputing:touchgraph:jar:1.58'
<dependency org="nl.junglecomputing" name="touchgraph" rev="1.58">
<artifact name="touchgraph" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.junglecomputing', module='touchgraph', version='1.58')
)
libraryDependencies += "nl.junglecomputing" % "touchgraph" % "1.58"
[nl.junglecomputing/touchgraph "1.58"]