MVN

com.moomoo.openapi : moomoo-api

Maven & Gradle

Aug 24, 2023
0 stars

moomoo-api · Moomoo OpenAPI quantitative transaction interface for Java.

<dependency>
    <groupId>com.moomoo.openapi</groupId>
    <artifactId>moomoo-api</artifactId>
    <version>7.3.3508</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.moomoo.openapi : moomoo-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.3.3508
  • Latest Beta: 7.2.3407-beta-1

All Versions

Choose a version of com.moomoo.openapi : moomoo-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.3.x
moomoo-api-7.3.3508
7.2.x
moomoo-api-7.2.3408
moomoo-api-7.2.3407-beta-1

How to add a dependency to Maven

Add the following com.moomoo.openapi : moomoo-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.moomoo.openapi</groupId>
    <artifactId>moomoo-api</artifactId>
    <version>7.3.3508</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.moomoo.openapi : moomoo-api gradle dependency to your build.gradle file:

implementation 'com.moomoo.openapi:moomoo-api:7.3.3508'

Gradle Kotlin DSL: Add the following com.moomoo.openapi : moomoo-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.moomoo.openapi:moomoo-api:7.3.3508")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.moomoo.openapi : moomoo-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.moomoo.openapi" % "moomoo-api" % "7.3.3508"