MVN

net.coding.yuanhai : base-core-sdk

Maven & Gradle

Dec 14, 2020
2 usages
<dependency>
    <groupId>net.coding.yuanhai</groupId>
    <artifactId>base-core-sdk</artifactId>
    <version>1.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.coding.yuanhai : base-core-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.2

All Versions

Choose a version of net.coding.yuanhai : base-core-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
base-core-sdk-1.7.2
base-core-sdk-1.7.1
1.7
base-core-sdk-1.7

How to add a dependency to Maven

Add the following net.coding.yuanhai : base-core-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.coding.yuanhai</groupId>
    <artifactId>base-core-sdk</artifactId>
    <version>1.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.coding.yuanhai : base-core-sdk gradle dependency to your build.gradle file:

implementation 'net.coding.yuanhai:base-core-sdk:1.7.2'

Gradle Kotlin DSL: Add the following net.coding.yuanhai : base-core-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("net.coding.yuanhai:base-core-sdk:1.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.coding.yuanhai : base-core-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "net.coding.yuanhai" % "base-core-sdk" % "1.7.2"

Advertisement