MVN

com.github.yzcheng90 : autofull-spring-boot-starter

Maven & Gradle

Jul 27, 2023
41 stars

autofull-spring-boot-starter · 一个填充字段属性框架

<dependency>
    <groupId>com.github.yzcheng90</groupId>
    <artifactId>autofull-spring-boot-starter</artifactId>
    <version>1.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.yzcheng90 : autofull-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.4

All Versions

Choose a version of com.github.yzcheng90 : autofull-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
autofull-spring-boot-starter-1.5.4
autofull-spring-boot-starter-1.5.3
autofull-spring-boot-starter-1.5.2
autofull-spring-boot-starter-1.5.1
autofull-spring-boot-starter-1.5.0
1.4.x
autofull-spring-boot-starter-1.4.2
autofull-spring-boot-starter-1.4.1
autofull-spring-boot-starter-1.4.0
1.3.x
autofull-spring-boot-starter-1.3.9
autofull-spring-boot-starter-1.3.8
autofull-spring-boot-starter-1.3.7
autofull-spring-boot-starter-1.3.6
autofull-spring-boot-starter-1.3.5
autofull-spring-boot-starter-1.3.4
autofull-spring-boot-starter-1.3.3
autofull-spring-boot-starter-1.3.2
autofull-spring-boot-starter-1.3.1
autofull-spring-boot-starter-1.3.0
1.2.x
autofull-spring-boot-starter-1.2.1
autofull-spring-boot-starter-1.2.0
1.1.x
autofull-spring-boot-starter-1.1.0
1.0.x
autofull-spring-boot-starter-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.yzcheng90</groupId>
    <artifactId>autofull-spring-boot-starter</artifactId>
    <version>1.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.yzcheng90 : autofull-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.github.yzcheng90:autofull-spring-boot-starter:1.5.4'

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

implementation("com.github.yzcheng90:autofull-spring-boot-starter:1.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.yzcheng90 : autofull-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.yzcheng90" % "autofull-spring-boot-starter" % "1.5.4"