MVN

io.github.zhangshengshan : zss

Maven & Gradle

Dec 23, 2019
1 usages

my-app · JAVA项目模板

<dependency>
    <groupId>io.github.zhangshengshan</groupId>
    <artifactId>zss</artifactId>
    <version>7.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.zhangshengshan : zss to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.1.9

All Versions

Choose a version of io.github.zhangshengshan : zss to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.1.x
zss-7.1.9
zss-7.1.8
zss-7.1.7
zss-7.1.6
zss-7.1.3
zss-7.1.1
5.0
zss-5.0
4.0
zss-4.0
3.0
zss-3.0
2.0
zss-2.0
1.0
zss-1.0

How to add a dependency to Maven

Add the following io.github.zhangshengshan : zss maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.zhangshengshan</groupId>
    <artifactId>zss</artifactId>
    <version>7.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.zhangshengshan : zss gradle dependency to your build.gradle file:

implementation 'io.github.zhangshengshan:zss:7.1.9'

Gradle Kotlin DSL: Add the following io.github.zhangshengshan : zss gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.zhangshengshan:zss:7.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.zhangshengshan : zss sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.zhangshengshan" % "zss" % "7.1.9"

Advertisement