MVN

com.github.costin3141 : fastgraph

Maven & Gradle

Aug 23, 2023
3 stars

FastGraph · A very fast int-based Graph and Collections implementation for JAVA

<dependency>
    <groupId>com.github.costin3141</groupId>
    <artifactId>fastgraph</artifactId>
    <version>0.2.33</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.costin3141 : fastgraph to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.33

All Versions

Choose a version of com.github.costin3141 : fastgraph to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
fastgraph-0.2.33
fastgraph-0.2.32
fastgraph-0.2.31
fastgraph-0.2.30
fastgraph-0.2.29
fastgraph-0.2.28
fastgraph-0.2.27
fastgraph-0.2.26
fastgraph-0.2.25
fastgraph-0.2.24
fastgraph-0.2.23
fastgraph-0.2.22
fastgraph-0.2.21
fastgraph-0.2.20
fastgraph-0.2.19
fastgraph-0.2.18
fastgraph-0.2.17
fastgraph-0.2.16
fastgraph-0.2.15
fastgraph-0.2.14
fastgraph-0.2.13
fastgraph-0.2.12
fastgraph-0.2.11
fastgraph-0.2.9
fastgraph-0.2.8
fastgraph-0.2.7
fastgraph-0.2.6
fastgraph-0.2.5
fastgraph-0.2.4
fastgraph-0.2.3
fastgraph-0.2.2
fastgraph-0.2.1
fastgraph-0.2.0

How to add a dependency to Maven

Add the following com.github.costin3141 : fastgraph maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.costin3141</groupId>
    <artifactId>fastgraph</artifactId>
    <version>0.2.33</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.costin3141 : fastgraph gradle dependency to your build.gradle file:

implementation 'com.github.costin3141:fastgraph:0.2.33'

Gradle Kotlin DSL: Add the following com.github.costin3141 : fastgraph gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.costin3141:fastgraph:0.2.33")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.costin3141 : fastgraph sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.costin3141" % "fastgraph" % "0.2.33"

Advertisement