MVN

com.github.jerrymice : spring-boot-starter-jerrymice

Maven & Gradle

Sep 09, 2019
0 stars

this spring boot starter can auto configuration spring web mvc property value;

<dependency>
    <groupId>com.github.jerrymice</groupId>
    <artifactId>spring-boot-starter-jerrymice</artifactId>
    <version>0.0.2.beta9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.2.beta9
  • Latest Beta: 0.0.2.beta9

All Versions

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

Version Vulnerabilities Updated
0.0.x
spring-boot-starter-jerrymice-0.0.2.beta9
spring-boot-starter-jerrymice-0.0.2.beta8
spring-boot-starter-jerrymice-0.0.2.beta7
spring-boot-starter-jerrymice-0.0.2.beta6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.jerrymice</groupId>
    <artifactId>spring-boot-starter-jerrymice</artifactId>
    <version>0.0.2.beta9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.jerrymice:spring-boot-starter-jerrymice:0.0.2.beta9'

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

implementation("com.github.jerrymice:spring-boot-starter-jerrymice:0.0.2.beta9")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.jerrymice" % "spring-boot-starter-jerrymice" % "0.0.2.beta9"