MVN

cn.authing : core

Maven & Gradle

Aug 19, 2021
3 stars

Authing Java SDK · java backend sdk for authing

<dependency>
    <groupId>cn.authing</groupId>
    <artifactId>core</artifactId>
    <version>4.3.34</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.authing : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.34

All Versions

Choose a version of cn.authing : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
core-4.3.34

How to add a dependency to Maven

Add the following cn.authing : core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.authing</groupId>
    <artifactId>core</artifactId>
    <version>4.3.34</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.authing : core gradle dependency to your build.gradle file:

implementation 'cn.authing:core:4.3.34'

Gradle Kotlin DSL: Add the following cn.authing : core gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.authing:core:4.3.34")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.authing : core sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.authing" % "core" % "4.3.34"

Advertisement