Download gs-ui-1.3.jar file - Jar g

Jar examples for g:gs-ui

Description

The GraphStream library. With GraphStream you deal with graphs. Static and Dynamic. You create them from scratch, from a file or any source. You display and render them.

You can download jar file gs-ui 1.3 in this page.

License

LGPL3

Build File

You can use the following script to add gs-ui-1.3.jar to your project.

<dependency>
   <groupId>org.graphstream</groupId>
   <artifactId>gs-ui</artifactId>
   <version>1.3</version>
</dependency>
compile group: 'org.graphstream', name: 'gs-ui', version: '1.3'
libraryDependencies += "org.graphstream" % "gs-ui" % "1.3"
<dependency org="org.graphstream" name="gs-ui" rev="1.3"/>
@Grapes(@Grab(group='org.graphstream', module='gs-ui', version='1.3'))
'org.graphstream:gs-ui:jar:1.3'

Download

Click the following link to download the jar file.

gs-ui-1.3-javadoc.jar
gs-ui-1.3-sources.jar
gs-ui-1.3.jar
gs-ui-1.3.pom



Related Tutorials