MVN

info.shuwang.payment : fjsw-algorithm-sdk

Maven & Gradle

May 04, 2017
0 stars

fjsw-algorithm-sdk · fujian shuwang algorithm Java sdk

<dependency>
    <groupId>info.shuwang.payment</groupId>
    <artifactId>fjsw-algorithm-sdk</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.shuwang.payment : fjsw-algorithm-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of info.shuwang.payment : fjsw-algorithm-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
fjsw-algorithm-sdk-1.0.6
fjsw-algorithm-sdk-1.0.5

How to add a dependency to Maven

Add the following info.shuwang.payment : fjsw-algorithm-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.shuwang.payment</groupId>
    <artifactId>fjsw-algorithm-sdk</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.shuwang.payment : fjsw-algorithm-sdk gradle dependency to your build.gradle file:

implementation 'info.shuwang.payment:fjsw-algorithm-sdk:1.0.6'

Gradle Kotlin DSL: Add the following info.shuwang.payment : fjsw-algorithm-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("info.shuwang.payment:fjsw-algorithm-sdk:1.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.shuwang.payment : fjsw-algorithm-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "info.shuwang.payment" % "fjsw-algorithm-sdk" % "1.0.6"

Advertisement