MVN

de.enterprise-starters : enterprise-aws-ecs-spring-boot-starter

Maven & Gradle

Jul 03, 2020
68.1k stars

Enterprise AWS/ECS Spring Boot Starter

<dependency>
    <groupId>de.enterprise-starters</groupId>
    <artifactId>enterprise-aws-ecs-spring-boot-starter</artifactId>
    <version>2.2.0-alpha4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.enterprise-starters : enterprise-aws-ecs-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0-alpha4
  • Latest Alpha: 2.2.0-alpha4

All Versions

Choose a version of de.enterprise-starters : enterprise-aws-ecs-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
enterprise-aws-ecs-spring-boot-starter-2.2.0-alpha4
enterprise-aws-ecs-spring-boot-starter-2.2.0-alpha3
enterprise-aws-ecs-spring-boot-starter-2.2.0-alpha

How to add a dependency to Maven

Add the following de.enterprise-starters : enterprise-aws-ecs-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.enterprise-starters</groupId>
    <artifactId>enterprise-aws-ecs-spring-boot-starter</artifactId>
    <version>2.2.0-alpha4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.enterprise-starters : enterprise-aws-ecs-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'de.enterprise-starters:enterprise-aws-ecs-spring-boot-starter:2.2.0-alpha4'

Gradle Kotlin DSL: Add the following de.enterprise-starters : enterprise-aws-ecs-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("de.enterprise-starters:enterprise-aws-ecs-spring-boot-starter:2.2.0-alpha4")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.enterprise-starters : enterprise-aws-ecs-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "de.enterprise-starters" % "enterprise-aws-ecs-spring-boot-starter" % "2.2.0-alpha4"