MVN

dev.crashteam : openapi-uzum-analytics

Maven & Gradle

Aug 17, 2023

Uzum analytics · Generates jar artifact containing compiled openapi classes based on generated openapi yaml files

<dependency>
    <groupId>dev.crashteam</groupId>
    <artifactId>openapi-uzum-analytics</artifactId>
    <version>1.13-257a790-client</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.13-257a790-client

All Versions

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

Version Vulnerabilities Updated
1.13
openapi-uzum-analytics-1.13-257a790-client
openapi-uzum-analytics-1.13-257a790-server
1.12
openapi-uzum-analytics-1.12-df88451-client
openapi-uzum-analytics-1.12-df88451-server
1.11
openapi-uzum-analytics-1.11-afbdcf0-client
openapi-uzum-analytics-1.11-afbdcf0-server
1.10
openapi-uzum-analytics-1.10-65b2526-client
openapi-uzum-analytics-1.10-65b2526-server
1.9
openapi-uzum-analytics-1.9-5f87d95-client
openapi-uzum-analytics-1.9-5f87d95-server
1.8
openapi-uzum-analytics-1.8-dbff02b-client
openapi-uzum-analytics-1.8-dbff02b-server
1.7
openapi-uzum-analytics-1.7-ed05a3c-server
openapi-uzum-analytics-1.7-ed05a3c-client
1.6
openapi-uzum-analytics-1.6-6a2ed24-client
openapi-uzum-analytics-1.6-6a2ed24-server
1.5
openapi-uzum-analytics-1.5-bd7e9a3-client
openapi-uzum-analytics-1.5-bd7e9a3-server
1.4
openapi-uzum-analytics-1.4-e46355c-client
openapi-uzum-analytics-1.4-e46355c-server
1.3
openapi-uzum-analytics-1.3-0aae9be-server
openapi-uzum-analytics-1.3-0aae9be-client

How to add a dependency to Maven

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

<dependency>
    <groupId>dev.crashteam</groupId>
    <artifactId>openapi-uzum-analytics</artifactId>
    <version>1.13-257a790-client</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'dev.crashteam:openapi-uzum-analytics:1.13-257a790-client'

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

implementation("dev.crashteam:openapi-uzum-analytics:1.13-257a790-client")

How to add a dependency to SBT Scala

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

libraryDependencies += "dev.crashteam" % "openapi-uzum-analytics" % "1.13-257a790-client"