MVN

com.threewks.spring : spring-boot-gae

Maven & Gradle

Feb 25, 2020

spring-boot-gae · Spring Boot Google App Engine

<dependency>
    <groupId>com.threewks.spring</groupId>
    <artifactId>spring-boot-gae</artifactId>
    <version>3.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.threewks.spring : spring-boot-gae to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.1
  • Latest Beta: 2.1.0-beta-3

All Versions

Choose a version of com.threewks.spring : spring-boot-gae to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
spring-boot-gae-3.1.1
spring-boot-gae-3.1.0
3.0.x
spring-boot-gae-3.0.2
spring-boot-gae-3.0.1
spring-boot-gae-3.0.0
2.4.x
spring-boot-gae-2.4.0
2.3.x
spring-boot-gae-2.3.0
2.2.x
spring-boot-gae-2.2.2
spring-boot-gae-2.2.1
spring-boot-gae-2.2.0
2.1.x
spring-boot-gae-2.1.11
spring-boot-gae-2.1.10
spring-boot-gae-2.1.9
spring-boot-gae-2.1.7
spring-boot-gae-2.1.6
spring-boot-gae-2.1.5
spring-boot-gae-2.1.4
spring-boot-gae-2.1.3
spring-boot-gae-2.1.2
spring-boot-gae-2.1.1
spring-boot-gae-2.1.0-beta-3
spring-boot-gae-2.1.0-beta-2
spring-boot-gae-2.1.0-beta-1
2.0.x
spring-boot-gae-2.0.0-beta-10
spring-boot-gae-2.0.0-beta-9
spring-boot-gae-2.0.0-beta-8
spring-boot-gae-2.0.0-beta-7
spring-boot-gae-2.0.0-beta-6
spring-boot-gae-2.0.0-beta-5
spring-boot-gae-2.0.0-beta-4
spring-boot-gae-2.0.0-beta-3
spring-boot-gae-2.0.0-beta-2
spring-boot-gae-2.0.0-beta-1
1.0.x
spring-boot-gae-1.0.0-beta-19
spring-boot-gae-1.0.0-beta-18
spring-boot-gae-1.0.0-beta-17
spring-boot-gae-1.0.0-beta-16
spring-boot-gae-1.0.0-beta-15
spring-boot-gae-1.0.0-beta-14
spring-boot-gae-1.0.0-beta-13
spring-boot-gae-1.0.0-beta-12
spring-boot-gae-1.0.0-beta-11
spring-boot-gae-1.0.0-beta-10
spring-boot-gae-1.0.0-beta-9
spring-boot-gae-1.0.0-beta-8
spring-boot-gae-1.0.0-beta-7
spring-boot-gae-1.0.0-beta-6
spring-boot-gae-1.0.0-beta-5
spring-boot-gae-1.0.0-beta-4
spring-boot-gae-1.0.0-beta-3
spring-boot-gae-1.0.0-beta-2
spring-boot-gae-1.0.0-beta-1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.threewks.spring</groupId>
    <artifactId>spring-boot-gae</artifactId>
    <version>3.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.threewks.spring : spring-boot-gae gradle dependency to your build.gradle file:

implementation 'com.threewks.spring:spring-boot-gae:3.1.1'

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

implementation("com.threewks.spring:spring-boot-gae:3.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.threewks.spring : spring-boot-gae sbt scala dependency to your build.sbt file:

libraryDependencies += "com.threewks.spring" % "spring-boot-gae" % "3.1.1"

Advertisement