MVN

cn.skyjilygao.util : sky-util

Maven & Gradle

Feb 07, 2021
4 stars

sky-util · 网络收集工具类

<dependency>
    <groupId>cn.skyjilygao.util</groupId>
    <artifactId>sky-util</artifactId>
    <version>2.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.skyjilygao.util : sky-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.4

All Versions

Choose a version of cn.skyjilygao.util : sky-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
sky-util-2.0.4
sky-util-2.0.3
sky-util-2.0.2
sky-util-2.0.0

How to add a dependency to Maven

Add the following cn.skyjilygao.util : sky-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.skyjilygao.util</groupId>
    <artifactId>sky-util</artifactId>
    <version>2.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.skyjilygao.util : sky-util gradle dependency to your build.gradle file:

implementation 'cn.skyjilygao.util:sky-util:2.0.4'

Gradle Kotlin DSL: Add the following cn.skyjilygao.util : sky-util gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.skyjilygao.util:sky-util:2.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.skyjilygao.util : sky-util sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.skyjilygao.util" % "sky-util" % "2.0.4"

Advertisement