MVN

ai.systema : systema-sdk

Maven & Gradle

May 29, 2022

Systema AI Mobile SDK · Systema AI Mobile SDK lets you easily integrate the Systema AI REST APIs with your mobile apps.

<dependency>
    <groupId>ai.systema</groupId>
    <artifactId>systema-sdk</artifactId>
    <version>0.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.systema : systema-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.3
  • Latest Alpha: 0.1.0-alpha2

All Versions

Choose a version of ai.systema : systema-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
systema-sdk-0.1.3
systema-sdk-0.1.2
systema-sdk-0.1.0
systema-sdk-0.1.0-alpha2
systema-sdk-0.1.0-alpha
systema-sdk-0.1.0rc1
systema-sdk-0.1.0rc0
systema-sdk-0.1.0b3
systema-sdk-0.1.0b2
systema-sdk-0.1.0b1
systema-sdk-0.1.0b0

How to add a dependency to Maven

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

<dependency>
    <groupId>ai.systema</groupId>
    <artifactId>systema-sdk</artifactId>
    <version>0.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.systema : systema-sdk gradle dependency to your build.gradle file:

implementation 'ai.systema:systema-sdk:0.1.3'

Gradle Kotlin DSL: Add the following ai.systema : systema-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.systema:systema-sdk:0.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.systema : systema-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.systema" % "systema-sdk" % "0.1.3"

Advertisement