is not current version
Last Version 1.1.0-beta-3

com.github.n15g:spring-boot-gae 1.1.0-beta-2

Spring Boot Google App Engine Plugin

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.n15g
ArtifactId

ArtifactId

spring-boot-gae
Version

Version

1.1.0-beta-2
Type

Type

jar

Download spring-boot-gae 1.1.0-beta-2


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