MVN

ai.stapi : axon-system

Maven & Gradle

Aug 04, 2023
<dependency>
    <groupId>ai.stapi</groupId>
    <artifactId>axon-system</artifactId>
    <version>0.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.2.3

All Versions

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

Version Vulnerabilities Updated
0.2.x
axon-system-0.2.3
axon-system-0.2.2
axon-system-0.2.1
0.0.x
axon-system-0.0.27
axon-system-0.0.26
axon-system-0.0.25
axon-system-0.0.24
axon-system-0.0.23
axon-system-0.0.22
axon-system-0.0.21
axon-system-0.0.20
axon-system-0.0.19
axon-system-0.0.18
axon-system-0.0.17
axon-system-0.0.16
axon-system-0.0.15
axon-system-0.0.14
axon-system-0.0.13
axon-system-0.0.12
axon-system-0.0.11
axon-system-0.0.10

How to add a dependency to Maven

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

<dependency>
    <groupId>ai.stapi</groupId>
    <artifactId>axon-system</artifactId>
    <version>0.2.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'ai.stapi:axon-system:0.2.3'

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

implementation("ai.stapi:axon-system:0.2.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "ai.stapi" % "axon-system" % "0.2.3"

Advertisement