is not current version
Last Version 3.1.1

com.threewks.spring:spring-boot-gae 1.0.0-beta-13

Spring Boot Google App Engine

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.threewks.spring
ArtifactId

ArtifactId

spring-boot-gae
Version

Version

1.0.0-beta-13
Type

Type

jar

Download spring-boot-gae 1.0.0-beta-13


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