MVN

com.deere.isg.work-tracker.examples : spring-boot-example

Maven & Gradle

Mar 01, 2019
<dependency>
    <groupId>com.deere.isg.work-tracker.examples</groupId>
    <artifactId>spring-boot-example</artifactId>
    <version>1.0.0-rc14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.deere.isg.work-tracker.examples : spring-boot-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-rc14
  • Latest Release Candidate: 1.0.0-rc14

All Versions

Choose a version of com.deere.isg.work-tracker.examples : spring-boot-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
spring-boot-example-1.0.0-rc14
spring-boot-example-1.0.0-rc13
spring-boot-example-1.0.0-rc12
spring-boot-example-1.0.0-rc11
spring-boot-example-1.0.0-rc10
spring-boot-example-1.0.0-rc9
spring-boot-example-1.0.0-rc8
spring-boot-example-1.0.0-rc7
spring-boot-example-1.0.0-rc6
spring-boot-example-1.0.0-rc5
spring-boot-example-1.0.0-rc4

How to add a dependency to Maven

Add the following com.deere.isg.work-tracker.examples : spring-boot-example maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.deere.isg.work-tracker.examples</groupId>
    <artifactId>spring-boot-example</artifactId>
    <version>1.0.0-rc14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.deere.isg.work-tracker.examples : spring-boot-example gradle dependency to your build.gradle file:

implementation 'com.deere.isg.work-tracker.examples:spring-boot-example:1.0.0-rc14'

Gradle Kotlin DSL: Add the following com.deere.isg.work-tracker.examples : spring-boot-example gradle kotlin dependency to your build.gradle.kts file:

implementation("com.deere.isg.work-tracker.examples:spring-boot-example:1.0.0-rc14")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.deere.isg.work-tracker.examples : spring-boot-example sbt scala dependency to your build.sbt file:

libraryDependencies += "com.deere.isg.work-tracker.examples" % "spring-boot-example" % "1.0.0-rc14"