MVN

com.aliyun.mns : aliyun-sdk-mns-extended-client-lib

Maven & Gradle

Nov 30, 2015

aliyun-sdk-mns-extended-client-lib · Aliyun MNS Extended Client Lib for Java Copyright (C) Alibaba Cloud Computing All rights reserved. ������������ ���C������������������������������ http://www.aliyun.com

<dependency>
    <groupId>com.aliyun.mns</groupId>
    <artifactId>aliyun-sdk-mns-extended-client-lib</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aliyun.mns : aliyun-sdk-mns-extended-client-lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of com.aliyun.mns : aliyun-sdk-mns-extended-client-lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
aliyun-sdk-mns-extended-client-lib-0.0.1

How to add a dependency to Maven

Add the following com.aliyun.mns : aliyun-sdk-mns-extended-client-lib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.aliyun.mns</groupId>
    <artifactId>aliyun-sdk-mns-extended-client-lib</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.aliyun.mns : aliyun-sdk-mns-extended-client-lib gradle dependency to your build.gradle file:

implementation 'com.aliyun.mns:aliyun-sdk-mns-extended-client-lib:0.0.1'

Gradle Kotlin DSL: Add the following com.aliyun.mns : aliyun-sdk-mns-extended-client-lib gradle kotlin dependency to your build.gradle.kts file:

implementation("com.aliyun.mns:aliyun-sdk-mns-extended-client-lib:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.aliyun.mns : aliyun-sdk-mns-extended-client-lib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.aliyun.mns" % "aliyun-sdk-mns-extended-client-lib" % "0.0.1"