MVN

ai.stapi : graph-operations

Maven & Gradle

Jul 30, 2023

Stapi.ai Graph Operations

<dependency>
    <groupId>ai.stapi</groupId>
    <artifactId>graph-operations</artifactId>
    <version>0.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.stapi : graph-operations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.2

All Versions

Choose a version of ai.stapi : graph-operations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
graph-operations-0.3.2
graph-operations-0.3.1
graph-operations-0.3.0
0.2.x
graph-operations-0.2.0
0.1.x
graph-operations-0.1.6
graph-operations-0.1.5
graph-operations-0.1.4
graph-operations-0.1.3
graph-operations-0.1.2
graph-operations-0.1.1
graph-operations-0.1.0
0.0.x
graph-operations-0.0.29
graph-operations-0.0.28
graph-operations-0.0.27
graph-operations-0.0.26
graph-operations-0.0.25
graph-operations-0.0.24
graph-operations-0.0.23
graph-operations-0.0.22
graph-operations-0.0.21
graph-operations-0.0.20
graph-operations-0.0.18
graph-operations-0.0.17
graph-operations-0.0.13
graph-operations-0.0.11
graph-operations-0.0.10
graph-operations-0.0.9
graph-operations-0.0.8
graph-operations-0.0.7

How to add a dependency to Maven

Add the following ai.stapi : graph-operations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ai.stapi</groupId>
    <artifactId>graph-operations</artifactId>
    <version>0.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.stapi : graph-operations gradle dependency to your build.gradle file:

implementation 'ai.stapi:graph-operations:0.3.2'

Gradle Kotlin DSL: Add the following ai.stapi : graph-operations gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.stapi:graph-operations:0.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.stapi : graph-operations sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.stapi" % "graph-operations" % "0.3.2"