MVN

com.aliyun.openservices : ons-example

Maven & Gradle

Jun 07, 2016
<dependency>
    <groupId>com.aliyun.openservices</groupId>
    <artifactId>ons-example</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aliyun.openservices : ons-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2

All Versions

Choose a version of com.aliyun.openservices : ons-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
ons-example-1.2.2
ons-example-1.2.1
1.1.x
ons-example-1.1.11
ons-example-1.1.8
ons-example-1.1.7
ons-example-1.1.5
ons-example-1.1.4
ons-example-1.1.2
ons-example-1.1.1
1.0.x
ons-example-1.0.8
ons-example-1.0.6
ons-example-1.0.5

How to add a dependency to Maven

Add the following com.aliyun.openservices : ons-example maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.aliyun.openservices</groupId>
    <artifactId>ons-example</artifactId>
    <version>1.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.aliyun.openservices : ons-example gradle dependency to your build.gradle file:

implementation 'com.aliyun.openservices:ons-example:1.2.2'

Gradle Kotlin DSL: Add the following com.aliyun.openservices : ons-example gradle kotlin dependency to your build.gradle.kts file:

implementation("com.aliyun.openservices:ons-example:1.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.aliyun.openservices : ons-example sbt scala dependency to your build.sbt file:

libraryDependencies += "com.aliyun.openservices" % "ons-example" % "1.2.2"