MVN

net.wenzuo : springboot-base

Maven & Gradle

Apr 21, 2021
0 stars

springboot-base · SpringBoot Base Project

<dependency>
    <groupId>net.wenzuo</groupId>
    <artifactId>springboot-base</artifactId>
    <version>2.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.wenzuo : springboot-base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.2

All Versions

Choose a version of net.wenzuo : springboot-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
springboot-base-2.1.2
springboot-base-2.1.1
springboot-base-2.1.0
2.0.x
springboot-base-2.0.4
springboot-base-2.0.3
springboot-base-2.0.2
springboot-base-2.0.1
springboot-base-2.0.0
1.1.x
springboot-base-1.1.1
springboot-base-1.1.0
1.0.x
springboot-base-1.0.0

How to add a dependency to Maven

Add the following net.wenzuo : springboot-base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.wenzuo</groupId>
    <artifactId>springboot-base</artifactId>
    <version>2.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.wenzuo : springboot-base gradle dependency to your build.gradle file:

implementation 'net.wenzuo:springboot-base:2.1.2'

Gradle Kotlin DSL: Add the following net.wenzuo : springboot-base gradle kotlin dependency to your build.gradle.kts file:

implementation("net.wenzuo:springboot-base:2.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.wenzuo : springboot-base sbt scala dependency to your build.sbt file:

libraryDependencies += "net.wenzuo" % "springboot-base" % "2.1.2"

Advertisement