MVN

com.yuweix.boot : assist4j-spring-boot-starter

Maven & Gradle

Nov 14, 2022
0 stars

com.yuweix.boot:assist4j-spring-boot-starter · The Project of Assist4j

<dependency>
    <groupId>com.yuweix.boot</groupId>
    <artifactId>assist4j-spring-boot-starter</artifactId>
    <version>1.1.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yuweix.boot : assist4j-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.28

All Versions

Choose a version of com.yuweix.boot : assist4j-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
assist4j-spring-boot-starter-1.1.28
assist4j-spring-boot-starter-1.1.27
assist4j-spring-boot-starter-1.1.26
assist4j-spring-boot-starter-1.1.25
assist4j-spring-boot-starter-1.1.24
assist4j-spring-boot-starter-1.1.23
assist4j-spring-boot-starter-1.1.22
assist4j-spring-boot-starter-1.1.21
assist4j-spring-boot-starter-1.1.20
assist4j-spring-boot-starter-1.1.19
assist4j-spring-boot-starter-1.1.18
assist4j-spring-boot-starter-1.1.17
assist4j-spring-boot-starter-1.1.16
assist4j-spring-boot-starter-1.1.15
assist4j-spring-boot-starter-1.1.14
assist4j-spring-boot-starter-1.1.13
assist4j-spring-boot-starter-1.1.12
assist4j-spring-boot-starter-1.1.11
assist4j-spring-boot-starter-1.1.10
assist4j-spring-boot-starter-1.1.9
assist4j-spring-boot-starter-1.1.8
assist4j-spring-boot-starter-1.1.7
assist4j-spring-boot-starter-1.1.6
assist4j-spring-boot-starter-1.1.5
assist4j-spring-boot-starter-1.1.4
assist4j-spring-boot-starter-1.1.3
assist4j-spring-boot-starter-1.1.2
assist4j-spring-boot-starter-1.1.1
assist4j-spring-boot-starter-1.1.0
1.0.x
assist4j-spring-boot-starter-1.0.3
assist4j-spring-boot-starter-1.0.2
assist4j-spring-boot-starter-1.0.1
assist4j-spring-boot-starter-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.yuweix.boot</groupId>
    <artifactId>assist4j-spring-boot-starter</artifactId>
    <version>1.1.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yuweix.boot : assist4j-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.yuweix.boot:assist4j-spring-boot-starter:1.1.28'

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

implementation("com.yuweix.boot:assist4j-spring-boot-starter:1.1.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yuweix.boot : assist4j-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yuweix.boot" % "assist4j-spring-boot-starter" % "1.1.28"

Advertisement