MVN

org.danilopianini : graphstream-gs-core

Maven & Gradle

Dec 07, 2020
3 usages
0 stars

graphstream-gs-core · No description provided

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

Latest Version

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

  • Latest Stable: 2.0.0

All Versions

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

Version Vulnerabilities Updated
2.0.x
graphstream-gs-core-2.0.0
0.1.x
graphstream-gs-core-0.1.0-archeo+f31a93c
graphstream-gs-core-0.1.0-archeo+bef1818
graphstream-gs-core-0.1.0-archeo+a90b2b6
graphstream-gs-core-0.1.0-archeo+dfcbce5
graphstream-gs-core-0.1.0-archeo+5625672
graphstream-gs-core-0.1.0-archeo+d89deb7

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.danilopianini:graphstream-gs-core:2.0.0'

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

implementation("org.danilopianini:graphstream-gs-core:2.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.danilopianini" % "graphstream-gs-core" % "2.0.0"

Advertisement