jsms-client

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

cn.jpush.api
ArtifactId

ArtifactId

jsms-client
Last Version

Last Version

1.2.10
Release Date

Release Date

Type

Type

jar
Description

Description

jsms-client
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

https://github.com/jpush/jsms-api-java-client

Download jsms-client

How to add to project

<!-- https://jarcasting.com/artifacts/cn.jpush.api/jsms-client/ -->
<dependency>
    <groupId>cn.jpush.api</groupId>
    <artifactId>jsms-client</artifactId>
    <version>1.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/cn.jpush.api/jsms-client/
implementation 'cn.jpush.api:jsms-client:1.2.10'
// https://jarcasting.com/artifacts/cn.jpush.api/jsms-client/
implementation ("cn.jpush.api:jsms-client:1.2.10")
'cn.jpush.api:jsms-client:jar:1.2.10'
<dependency org="cn.jpush.api" name="jsms-client" rev="1.2.10">
  <artifact name="jsms-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.jpush.api', module='jsms-client', version='1.2.10')
)
libraryDependencies += "cn.jpush.api" % "jsms-client" % "1.2.10"
[cn.jpush.api/jsms-client "1.2.10"]

Dependencies

compile (3)

Group / Artifact Type Version
cn.jpush.api : jiguang-common jar 1.0.8
com.google.code.gson : gson jar 2.3
org.slf4j : slf4j-api jar 1.7.7

test (4)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.7.7
log4j : log4j jar 1.2.17
junit : junit jar 4.11
com.squareup.okhttp : mockwebserver jar 2.0.0

Project Modules

There are no modules declared in this project.

JSMS API JAVA CLIENT

概述

这是短信 Rest API 的 Java 版本封装开发包,是由极光推送官方提供的,一般支持最新的 API功能。

对应的 Rest API 文档:https://docs.jiguang.cn/jsms/server/rest_api_summary/

安装

maven 方式

将下边的依赖条件放到你项目的 maven pom.xml 文件里。

其中 slf4j 可以与 logback, log4j, commons-logging 等日志框架一起工作,可根据你的需要配置使用。

其中 LATEST_VERSION 的值可在 release 页面 获取

<dependency>
    <groupId>cn.jpush.api</groupId>
    <artifactId>jsms-client</artifactId>
    <version>LATEST_VERSION</version>
</dependency>
<dependency>
	<groupId>com.google.code.gson</groupId>
	<artifactId>gson</artifactId>
	<version>2.3</version>
</dependency>
<dependency>
	<groupId>org.slf4j</groupId>
	<artifactId>slf4j-api</artifactId>
	<version>1.7.7</version>
</dependency>
<dependency>
    <groupId>cn.jpush.api</groupId>
    <artifactId>jiguang-common</artifactId>
    <version>1.0.8</version>
</dependency>
<!-- For log4j -->
<dependency>
	<groupId>org.slf4j</groupId>
	<artifactId>slf4j-log4j12</artifactId>
	<version>1.7.7</version>
</dependency>
<dependency>
	<groupId>log4j</groupId>
	<artifactId>log4j</artifactId>
	<version>1.2.17</version>
</dependency>

jar 包方式

项目 libs/ 目录下可以找到 slf4j 及 gson jar 包 可复制到你的项目里去。

cn.jpush.api

极光开发者

JiGuang's official open source endpoint. 极光开发者服务官方开源站。包括:极光推送(JPush)、极光IM(JMessage)、极光短信(JSMS)、极光统计(JAnalytics)等相关开源项目。

Versions

Version
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
0.0.2
0.0.1