MVN

app.sdkgen : client

Maven & Gradle

Jun 16, 2023
0 stars

SDKgen client · The SDKgen client library to work with the automatically generated SDK

<dependency>
    <groupId>app.sdkgen</groupId>
    <artifactId>client</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of app.sdkgen : client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of app.sdkgen : client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
client-1.0.2
client-1.0.0
0.2.x
client-0.2.8
client-0.2.6

How to add a dependency to Maven

Add the following app.sdkgen : client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>app.sdkgen</groupId>
    <artifactId>client</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following app.sdkgen : client gradle dependency to your build.gradle file:

implementation 'app.sdkgen:client:1.0.2'

Gradle Kotlin DSL: Add the following app.sdkgen : client gradle kotlin dependency to your build.gradle.kts file:

implementation("app.sdkgen:client:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following app.sdkgen : client sbt scala dependency to your build.sbt file:

libraryDependencies += "app.sdkgen" % "client" % "1.0.2"

Advertisement