MVN

top.minepay : MinePayApi

Maven & Gradle

Jul 02, 2023
1 stars

MinePayApi · MinePay 接口

<dependency>
    <groupId>top.minepay</groupId>
    <artifactId>MinePayApi</artifactId>
    <version>1.5-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.minepay : MinePayApi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5-RELEASE
  • Latest Beta: 1.0-Beta

All Versions

Choose a version of top.minepay : MinePayApi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5
MinePayApi-1.5-RELEASE
1.4
MinePayApi-1.4-RELEASE
1.3
MinePayApi-1.3-RELEASE
1.2
MinePayApi-1.2-RELEASE
1.1
MinePayApi-1.1-RELEASE
1.0
MinePayApi-1.0-RELEASE
MinePayApi-1.0-Beta

How to add a dependency to Maven

Add the following top.minepay : MinePayApi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.minepay</groupId>
    <artifactId>MinePayApi</artifactId>
    <version>1.5-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.minepay : MinePayApi gradle dependency to your build.gradle file:

implementation 'top.minepay:MinePayApi:1.5-RELEASE'

Gradle Kotlin DSL: Add the following top.minepay : MinePayApi gradle kotlin dependency to your build.gradle.kts file:

implementation("top.minepay:MinePayApi:1.5-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.minepay : MinePayApi sbt scala dependency to your build.sbt file:

libraryDependencies += "top.minepay" % "MinePayApi" % "1.5-RELEASE"

Advertisement