Download gs-core-1.1.2.jar file - Jar g

Jar examples for g:gs-core

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. This is the core package that contains the minimal needed to read, display and write a graph.

You can download jar file gs-core 1.1.2 in this page.

License

LGPL3

Build File

You can use the following script to add gs-core-1.1.2.jar to your project.

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

Download

Click the following link to download the jar file.

gs-core-1.1.2-javadoc.jar
gs-core-1.1.2-sources.jar
gs-core-1.1.2.jar
gs-core-1.1.2.pom



Related Tutorials