MVN

com.github.yuanxy : focus-sdk

Maven & Gradle

Apr 17, 2020
0 stars

focus-sdk · focus-sdk 基于阿里云提供的HTTP接口的封装, 可以实现邮件、国内短信的发送、人机验证鉴权、图片识别等。[email protected] (Based on the encapsulation of the HTTP interface provided by Alibaba cloud,It can realize the sending of e-mail, domestic short message, man-machine verification and authentication, picture recognition, etc)

<dependency>
    <groupId>com.github.yuanxy</groupId>
    <artifactId>focus-sdk</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.yuanxy : focus-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of com.github.yuanxy : focus-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
focus-sdk-2.0.1
focus-sdk-2.0.0
1.0.x
focus-sdk-1.0.0

How to add a dependency to Maven

Add the following com.github.yuanxy : focus-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.yuanxy</groupId>
    <artifactId>focus-sdk</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.yuanxy : focus-sdk gradle dependency to your build.gradle file:

implementation 'com.github.yuanxy:focus-sdk:2.0.1'

Gradle Kotlin DSL: Add the following com.github.yuanxy : focus-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.yuanxy:focus-sdk:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.yuanxy : focus-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.yuanxy" % "focus-sdk" % "2.0.1"