MVN

dev.crashteam : openapi-uzum-space

Maven & Gradle

Jan 09, 2024

Space API · Generates jar artifact containing compiled openapi classes based on generated openapi yaml files

<dependency>
    <groupId>dev.crashteam</groupId>
    <artifactId>openapi-uzum-space</artifactId>
    <version>1.28-b8f2d17-server</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.crashteam : openapi-uzum-space to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.28-b8f2d17-server

All Versions

Choose a version of dev.crashteam : openapi-uzum-space to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.28
openapi-uzum-space-1.28-b8f2d17-server
openapi-uzum-space-1.28-b8f2d17-client
1.27
openapi-uzum-space-1.27-fae86bf-client
openapi-uzum-space-1.27-fae86bf-server
1.26
openapi-uzum-space-1.26-9c535d8-client
openapi-uzum-space-1.26-9c535d8-server
1.25
openapi-uzum-space-1.25-db77c5e-client
openapi-uzum-space-1.25-db77c5e-server
1.24
openapi-uzum-space-1.24-a585b46-client
openapi-uzum-space-1.24-a585b46-server
1.23
openapi-uzum-space-1.23-1a6120c-client
openapi-uzum-space-1.23-1a6120c-server
1.22
openapi-uzum-space-1.22-ea488a7-client
openapi-uzum-space-1.22-ea488a7-server
1.18
openapi-uzum-space-1.18-83e404f-client
openapi-uzum-space-1.18-83e404f-server
1.9
openapi-uzum-space-1.9-7a60aae-client
openapi-uzum-space-1.9-7a60aae-server
1.8
openapi-uzum-space-1.8-b227ddb-client
openapi-uzum-space-1.8-b227ddb-server
1.7
openapi-uzum-space-1.7-b0ba5d3-server
1.5
openapi-uzum-space-1.5-3d0fc10-client
openapi-uzum-space-1.5-3d0fc10-server

How to add a dependency to Maven

Add the following dev.crashteam : openapi-uzum-space maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.crashteam</groupId>
    <artifactId>openapi-uzum-space</artifactId>
    <version>1.28-b8f2d17-server</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.crashteam : openapi-uzum-space gradle dependency to your build.gradle file:

implementation 'dev.crashteam:openapi-uzum-space:1.28-b8f2d17-server'

Gradle Kotlin DSL: Add the following dev.crashteam : openapi-uzum-space gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.crashteam:openapi-uzum-space:1.28-b8f2d17-server")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.crashteam : openapi-uzum-space sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.crashteam" % "openapi-uzum-space" % "1.28-b8f2d17-server"

Advertisement