MVN

com.github.hetianyi : springboot-common

Maven & Gradle

Jun 10, 2022
4 usages

Springboot Common · 基于springboot开发的常用工具类

<dependency>
    <groupId>com.github.hetianyi</groupId>
    <artifactId>springboot-common</artifactId>
    <version>3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hetianyi : springboot-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.2

All Versions

Choose a version of com.github.hetianyi : springboot-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
springboot-common-3.0.2
springboot-common-3.0.1
springboot-common-3.0.0
2.0.x
springboot-common-2.0.1
springboot-common-2.0.0
1.0.x
springboot-common-1.0.28
springboot-common-1.0.27
springboot-common-1.0.25
springboot-common-1.0.24
springboot-common-1.0.23
springboot-common-1.0.22
springboot-common-1.0.21
springboot-common-1.0.20
springboot-common-1.0.19
springboot-common-1.0.18
springboot-common-1.0.17
springboot-common-1.0.16
springboot-common-1.0.15
springboot-common-1.0.14
springboot-common-1.0.13
springboot-common-1.0.12
springboot-common-1.0.11
springboot-common-1.0.10
springboot-common-1.0.9
springboot-common-1.0.8
springboot-common-1.0.7
springboot-common-1.0.6
springboot-common-1.0.5
springboot-common-1.0.4
springboot-common-1.0.3
springboot-common-1.0.2
springboot-common-1.0.1

How to add a dependency to Maven

Add the following com.github.hetianyi : springboot-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.hetianyi</groupId>
    <artifactId>springboot-common</artifactId>
    <version>3.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.hetianyi : springboot-common gradle dependency to your build.gradle file:

implementation 'com.github.hetianyi:springboot-common:3.0.2'

Gradle Kotlin DSL: Add the following com.github.hetianyi : springboot-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.hetianyi:springboot-common:3.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.hetianyi : springboot-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.hetianyi" % "springboot-common" % "3.0.2"

Advertisement