MVN

io.github.devil-ycl : ycl-spring-boot-common

Maven & Gradle

Jun 18, 2023

ycl-spring-boot-common · ycl-spring-boot-common

<dependency>
    <groupId>io.github.devil-ycl</groupId>
    <artifactId>ycl-spring-boot-common</artifactId>
    <version>2.3.20230618</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.devil-ycl : ycl-spring-boot-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.20230618

All Versions

Choose a version of io.github.devil-ycl : ycl-spring-boot-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
SB.3.x
ycl-spring-boot-common-SB.3.0-23.06.15
2.3.x
ycl-spring-boot-common-2.3.20230618
SB.2.x
ycl-spring-boot-common-SB.2.3-23.04.01

How to add a dependency to Maven

Add the following io.github.devil-ycl : ycl-spring-boot-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.devil-ycl</groupId>
    <artifactId>ycl-spring-boot-common</artifactId>
    <version>2.3.20230618</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.devil-ycl : ycl-spring-boot-common gradle dependency to your build.gradle file:

implementation 'io.github.devil-ycl:ycl-spring-boot-common:2.3.20230618'

Gradle Kotlin DSL: Add the following io.github.devil-ycl : ycl-spring-boot-common gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.devil-ycl:ycl-spring-boot-common:2.3.20230618")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.devil-ycl : ycl-spring-boot-common sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.devil-ycl" % "ycl-spring-boot-common" % "2.3.20230618"