MVN

com.maxtropy.arch.open-platform : sdk-auth

Maven & Gradle

Aug 24, 2023

com.maxtropy.arch.open-platform:sdk-auth:1.0.24 · sdk-auth

<dependency>
    <groupId>com.maxtropy.arch.open-platform</groupId>
    <artifactId>sdk-auth</artifactId>
    <version>1.0.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.maxtropy.arch.open-platform : sdk-auth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.24

All Versions

Choose a version of com.maxtropy.arch.open-platform : sdk-auth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
sdk-auth-1.0.24
sdk-auth-1.0.23
sdk-auth-1.0.22
sdk-auth-1.0.21
sdk-auth-1.0.20
sdk-auth-1.0.19
sdk-auth-1.0.18
sdk-auth-1.0.17
sdk-auth-1.0.16
sdk-auth-1.0.15
sdk-auth-1.0.14
sdk-auth-1.0.12
sdk-auth-1.0.11
sdk-auth-1.0.10
sdk-auth-1.0.9
sdk-auth-1.0.8
sdk-auth-1.0.7
sdk-auth-1.0.6
sdk-auth-1.0.5
sdk-auth-1.0.3
sdk-auth-1.0.2
sdk-auth-1.0.1
sdk-auth-1.0.0

How to add a dependency to Maven

Add the following com.maxtropy.arch.open-platform : sdk-auth maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.maxtropy.arch.open-platform</groupId>
    <artifactId>sdk-auth</artifactId>
    <version>1.0.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.maxtropy.arch.open-platform : sdk-auth gradle dependency to your build.gradle file:

implementation 'com.maxtropy.arch.open-platform:sdk-auth:1.0.24'

Gradle Kotlin DSL: Add the following com.maxtropy.arch.open-platform : sdk-auth gradle kotlin dependency to your build.gradle.kts file:

implementation("com.maxtropy.arch.open-platform:sdk-auth:1.0.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.maxtropy.arch.open-platform : sdk-auth sbt scala dependency to your build.sbt file:

libraryDependencies += "com.maxtropy.arch.open-platform" % "sdk-auth" % "1.0.24"