MVN

no.skatteetaten.aurora.springboot : aurora-spring-boot2-starter

Maven & Gradle

Mar 09, 2020

aurora-spring-boot2-starter · Starter for an aurora spring-boot app

<dependency>
    <groupId>no.skatteetaten.aurora.springboot</groupId>
    <artifactId>aurora-spring-boot2-starter</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.skatteetaten.aurora.springboot : aurora-spring-boot2-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0

All Versions

Choose a version of no.skatteetaten.aurora.springboot : aurora-spring-boot2-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
aurora-spring-boot2-starter-2.4.0
2.3.x
aurora-spring-boot2-starter-2.3.4
aurora-spring-boot2-starter-2.3.3
aurora-spring-boot2-starter-2.3.2
aurora-spring-boot2-starter-2.3.1
aurora-spring-boot2-starter-2.3.0
2.2.x
aurora-spring-boot2-starter-2.2.1
aurora-spring-boot2-starter-2.2.0
2.1.x
aurora-spring-boot2-starter-2.1.0
2.0.x
aurora-spring-boot2-starter-2.0.0
1.4.x
aurora-spring-boot2-starter-1.4.1
aurora-spring-boot2-starter-1.4.0
1.3.x
aurora-spring-boot2-starter-1.3.1
1.2.x
aurora-spring-boot2-starter-1.2.6
aurora-spring-boot2-starter-1.2.5
aurora-spring-boot2-starter-1.2.4
aurora-spring-boot2-starter-1.2.3
aurora-spring-boot2-starter-1.2.2
aurora-spring-boot2-starter-1.2.1
aurora-spring-boot2-starter-1.2.0
1.1.x
aurora-spring-boot2-starter-1.1.2
aurora-spring-boot2-starter-1.1.0
1.0.x
aurora-spring-boot2-starter-1.0.0

How to add a dependency to Maven

Add the following no.skatteetaten.aurora.springboot : aurora-spring-boot2-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>no.skatteetaten.aurora.springboot</groupId>
    <artifactId>aurora-spring-boot2-starter</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.skatteetaten.aurora.springboot : aurora-spring-boot2-starter gradle dependency to your build.gradle file:

implementation 'no.skatteetaten.aurora.springboot:aurora-spring-boot2-starter:2.4.0'

Gradle Kotlin DSL: Add the following no.skatteetaten.aurora.springboot : aurora-spring-boot2-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("no.skatteetaten.aurora.springboot:aurora-spring-boot2-starter:2.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.skatteetaten.aurora.springboot : aurora-spring-boot2-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "no.skatteetaten.aurora.springboot" % "aurora-spring-boot2-starter" % "2.4.0"