is not current version
Last Version 3.1.1

com.threewks.spring:spring-boot-gae 2.1.5

Spring Boot Google App Engine

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.threewks.spring
ArtifactId

ArtifactId

spring-boot-gae
Version

Version

2.1.5
Type

Type

jar

Download spring-boot-gae 2.1.5


<!-- https://jarcasting.com/artifacts/com.threewks.spring/spring-boot-gae/ -->
<dependency>
    <groupId>com.threewks.spring</groupId>
    <artifactId>spring-boot-gae</artifactId>
    <version>2.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.threewks.spring/spring-boot-gae/
implementation 'com.threewks.spring:spring-boot-gae:2.1.5'
// https://jarcasting.com/artifacts/com.threewks.spring/spring-boot-gae/
implementation ("com.threewks.spring:spring-boot-gae:2.1.5")
'com.threewks.spring:spring-boot-gae:jar:2.1.5'
<dependency org="com.threewks.spring" name="spring-boot-gae" rev="2.1.5">
  <artifact name="spring-boot-gae" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threewks.spring', module='spring-boot-gae', version='2.1.5')
)
libraryDependencies += "com.threewks.spring" % "spring-boot-gae" % "2.1.5"
[com.threewks.spring/spring-boot-gae "2.1.5"]