MVN

network.aika : gs-core

Maven & Gradle

Mar 11, 2022
2 usages
1 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>network.aika</groupId>
    <artifactId>gs-core</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.2

All Versions

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

Version Vulnerabilities Updated
2.0.x
gs-core-2.0.2
gs-core-2.0.1
gs-core-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>network.aika</groupId>
    <artifactId>gs-core</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'network.aika:gs-core:2.0.2'

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

implementation("network.aika:gs-core:2.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "network.aika" % "gs-core" % "2.0.2"

Advertisement

Dependencies from Group

Mar 11, 2022
2 usages
1 stars
Aug 25, 2022
1 usages
70 stars
Mar 11, 2022
1 usages
1 stars
May 27, 2022
1 usages
6 stars

Discover Dependencies