MVN

ai.dstack : server-base-local

Maven & Gradle

926 stars

dstack Server Base Local · A local base version of the dstack server

<dependency>
    <groupId>ai.dstack</groupId>
    <artifactId>server-base-local</artifactId>
    <version>0.1.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.dstack : server-base-local to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.15

All Versions

Choose a version of ai.dstack : server-base-local to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
server-base-local-0.1.15
server-base-local-0.1.14
server-base-local-0.1.12
server-base-local-0.1.11
server-base-local-0.1.8
server-base-local-0.1.5
server-base-local-0.1.4
server-base-local-0.1.3
server-base-local-0.1.2
server-base-local-0.1.1
0.1
server-base-local-0.1
0.0.x
server-base-local-0.0.12

How to add a dependency to Maven

Add the following ai.dstack : server-base-local maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ai.dstack</groupId>
    <artifactId>server-base-local</artifactId>
    <version>0.1.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.dstack : server-base-local gradle dependency to your build.gradle file:

implementation 'ai.dstack:server-base-local:0.1.15'

Gradle Kotlin DSL: Add the following ai.dstack : server-base-local gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.dstack:server-base-local:0.1.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.dstack : server-base-local sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.dstack" % "server-base-local" % "0.1.15"