MVN

vip.zywork : zywork-spring-boot-starter

Maven & Gradle

Oct 07, 2021

zywork-spring-boot-starter · zywork

<dependency>
    <groupId>vip.zywork</groupId>
    <artifactId>zywork-spring-boot-starter</artifactId>
    <version>2021.10.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of vip.zywork : zywork-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2021.10.1

All Versions

Choose a version of vip.zywork : zywork-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2021.10.x
zywork-spring-boot-starter-2021.10.1

How to add a dependency to Maven

Add the following vip.zywork : zywork-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>vip.zywork</groupId>
    <artifactId>zywork-spring-boot-starter</artifactId>
    <version>2021.10.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following vip.zywork : zywork-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'vip.zywork:zywork-spring-boot-starter:2021.10.1'

Gradle Kotlin DSL: Add the following vip.zywork : zywork-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("vip.zywork:zywork-spring-boot-starter:2021.10.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following vip.zywork : zywork-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "vip.zywork" % "zywork-spring-boot-starter" % "2021.10.1"