MVN

com.nike.backstopper : backstopper-spring-boot2-webmvc

Maven & Gradle

Aug 09, 2023
38 stars

backstopper-spring-boot2-webmvc · Backstopper module backstopper-spring-boot2-webmvc

<dependency>
    <groupId>com.nike.backstopper</groupId>
    <artifactId>backstopper-spring-boot2-webmvc</artifactId>
    <version>0.15.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nike.backstopper : backstopper-spring-boot2-webmvc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.15.1

All Versions

Choose a version of com.nike.backstopper : backstopper-spring-boot2-webmvc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.15.x
backstopper-spring-boot2-webmvc-0.15.1
backstopper-spring-boot2-webmvc-0.15.0
0.14.x
backstopper-spring-boot2-webmvc-0.14.1
backstopper-spring-boot2-webmvc-0.14.0
0.13.x
backstopper-spring-boot2-webmvc-0.13.0
0.12.x
backstopper-spring-boot2-webmvc-0.12.0

How to add a dependency to Maven

Add the following com.nike.backstopper : backstopper-spring-boot2-webmvc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.nike.backstopper</groupId>
    <artifactId>backstopper-spring-boot2-webmvc</artifactId>
    <version>0.15.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nike.backstopper : backstopper-spring-boot2-webmvc gradle dependency to your build.gradle file:

implementation 'com.nike.backstopper:backstopper-spring-boot2-webmvc:0.15.1'

Gradle Kotlin DSL: Add the following com.nike.backstopper : backstopper-spring-boot2-webmvc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nike.backstopper:backstopper-spring-boot2-webmvc:0.15.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nike.backstopper : backstopper-spring-boot2-webmvc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nike.backstopper" % "backstopper-spring-boot2-webmvc" % "0.15.1"

Advertisement