MVN

com.github.jerryxia : devhelper-spring-boot-autoconfigure

Maven & Gradle

Aug 17, 2021
2 usages
10 stars

devhelper-spring-boot-autoconfigure

<dependency>
    <groupId>com.github.jerryxia</groupId>
    <artifactId>devhelper-spring-boot-autoconfigure</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jerryxia : devhelper-spring-boot-autoconfigure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of com.github.jerryxia : devhelper-spring-boot-autoconfigure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
devhelper-spring-boot-autoconfigure-1.1.2
devhelper-spring-boot-autoconfigure-1.1.1
devhelper-spring-boot-autoconfigure-1.1.0
1.0.x
devhelper-spring-boot-autoconfigure-1.0.27
devhelper-spring-boot-autoconfigure-1.0.26
devhelper-spring-boot-autoconfigure-1.0.25
devhelper-spring-boot-autoconfigure-1.0.24
devhelper-spring-boot-autoconfigure-1.0.23
devhelper-spring-boot-autoconfigure-1.0.22
devhelper-spring-boot-autoconfigure-1.0.21
devhelper-spring-boot-autoconfigure-1.0.20
devhelper-spring-boot-autoconfigure-1.0.19
devhelper-spring-boot-autoconfigure-1.0.18
devhelper-spring-boot-autoconfigure-1.0.17
devhelper-spring-boot-autoconfigure-1.0.16
devhelper-spring-boot-autoconfigure-1.0.15
devhelper-spring-boot-autoconfigure-1.0.14
devhelper-spring-boot-autoconfigure-1.0.13
devhelper-spring-boot-autoconfigure-1.0.12
devhelper-spring-boot-autoconfigure-1.0.11
devhelper-spring-boot-autoconfigure-1.0.10
devhelper-spring-boot-autoconfigure-1.0.8
devhelper-spring-boot-autoconfigure-1.0.7
devhelper-spring-boot-autoconfigure-1.0.6
devhelper-spring-boot-autoconfigure-1.0.5
devhelper-spring-boot-autoconfigure-1.0.4
devhelper-spring-boot-autoconfigure-1.0.3
devhelper-spring-boot-autoconfigure-1.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.jerryxia</groupId>
    <artifactId>devhelper-spring-boot-autoconfigure</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jerryxia : devhelper-spring-boot-autoconfigure gradle dependency to your build.gradle file:

implementation 'com.github.jerryxia:devhelper-spring-boot-autoconfigure:1.1.2'

Gradle Kotlin DSL: Add the following com.github.jerryxia : devhelper-spring-boot-autoconfigure gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jerryxia:devhelper-spring-boot-autoconfigure:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jerryxia : devhelper-spring-boot-autoconfigure sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jerryxia" % "devhelper-spring-boot-autoconfigure" % "1.1.2"

Advertisement