MVN

io.github.phantom0103 : elem-open-sdk

Maven & Gradle

Nov 19, 2022
4 stars

elem-open-sdk · 饿了么零售开放平台Java-SDK

<dependency>
    <groupId>io.github.phantom0103</groupId>
    <artifactId>elem-open-sdk</artifactId>
    <version>2.5.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.phantom0103 : elem-open-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.6

All Versions

Choose a version of io.github.phantom0103 : elem-open-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
elem-open-sdk-2.5.6
elem-open-sdk-2.5.5
elem-open-sdk-2.5.4
elem-open-sdk-2.5.3
elem-open-sdk-2.5.2
elem-open-sdk-2.5.1
elem-open-sdk-2.5.0
2.4.x
elem-open-sdk-2.4.0
2.3.x
elem-open-sdk-2.3.0
2.2.x
elem-open-sdk-2.2.1
2.1.x
elem-open-sdk-2.1.0
2.0.x
elem-open-sdk-2.0.0

How to add a dependency to Maven

Add the following io.github.phantom0103 : elem-open-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.phantom0103</groupId>
    <artifactId>elem-open-sdk</artifactId>
    <version>2.5.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.phantom0103 : elem-open-sdk gradle dependency to your build.gradle file:

implementation 'io.github.phantom0103:elem-open-sdk:2.5.6'

Gradle Kotlin DSL: Add the following io.github.phantom0103 : elem-open-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.phantom0103:elem-open-sdk:2.5.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.phantom0103 : elem-open-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.phantom0103" % "elem-open-sdk" % "2.5.6"

Advertisement