MVN

org.graphstream : gs-core

Maven & Gradle

Sep 11, 2020
35 usages
395 stars

gs-core · 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 and write a graph.

<dependency>
    <groupId>org.graphstream</groupId>
    <artifactId>gs-core</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.graphstream : gs-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0

All Versions

Choose a version of org.graphstream : gs-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
gs-core-2.0
1.3
gs-core-1.3
1.2
gs-core-1.2
1.1.x
gs-core-1.1.2
gs-core-1.1.1
1.0
gs-core-1.0

How to add a dependency to Maven

Add the following org.graphstream : gs-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.graphstream</groupId>
    <artifactId>gs-core</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.graphstream : gs-core gradle dependency to your build.gradle file:

implementation 'org.graphstream:gs-core:2.0'

Gradle Kotlin DSL: Add the following org.graphstream : gs-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.graphstream:gs-core:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.graphstream : gs-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.graphstream" % "gs-core" % "2.0"

Advertisement

Dependencies from Group

Sep 11, 2020
35 usages
395 stars
Apr 07, 2015
15 usages
30 stars
Sep 14, 2020
14 usages
102 stars
May 17, 2011
5 usages
4 stars
May 17, 2011
4 usages
4 stars

Discover Dependencies