MVN

net.kdks : aggregatelogistics

Maven & Gradle

Jan 14, 2021
17 stars

aggregatelogistics · 聚合物流,支持: 中通、申通、圆通、百世、顺丰轨迹查询; 顺丰下单;

<dependency>
    <groupId>net.kdks</groupId>
    <artifactId>aggregatelogistics</artifactId>
    <version>0.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.kdks : aggregatelogistics to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.7

All Versions

Choose a version of net.kdks : aggregatelogistics to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
aggregatelogistics-0.0.7
aggregatelogistics-0.0.6
aggregatelogistics-0.0.5
aggregatelogistics-0.0.4
aggregatelogistics-0.0.3
aggregatelogistics-0.0.1

How to add a dependency to Maven

Add the following net.kdks : aggregatelogistics maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.kdks</groupId>
    <artifactId>aggregatelogistics</artifactId>
    <version>0.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.kdks : aggregatelogistics gradle dependency to your build.gradle file:

implementation 'net.kdks:aggregatelogistics:0.0.7'

Gradle Kotlin DSL: Add the following net.kdks : aggregatelogistics gradle kotlin dependency to your build.gradle.kts file:

implementation("net.kdks:aggregatelogistics:0.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.kdks : aggregatelogistics sbt scala dependency to your build.sbt file:

libraryDependencies += "net.kdks" % "aggregatelogistics" % "0.0.7"