Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.threewks.spring |
ArtifactId | ArtifactIdspring-boot-gae |
Version | Version2.2.0 |
Type | Typejar |
Filename | Size |
---|---|
spring-boot-gae-2.2.0.pom | |
spring-boot-gae-2.2.0.jar | 182 KB |
spring-boot-gae-2.2.0-sources.jar | 110 KB |
spring-boot-gae-2.2.0-javadoc.jar | 528 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.threewks.spring/spring-boot-gae/ -->
<dependency>
<groupId>com.threewks.spring</groupId>
<artifactId>spring-boot-gae</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.threewks.spring/spring-boot-gae/
implementation 'com.threewks.spring:spring-boot-gae:2.2.0'
// https://jarcasting.com/artifacts/com.threewks.spring/spring-boot-gae/
implementation ("com.threewks.spring:spring-boot-gae:2.2.0")
'com.threewks.spring:spring-boot-gae:jar:2.2.0'
<dependency org="com.threewks.spring" name="spring-boot-gae" rev="2.2.0">
<artifact name="spring-boot-gae" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threewks.spring', module='spring-boot-gae', version='2.2.0')
)
libraryDependencies += "com.threewks.spring" % "spring-boot-gae" % "2.2.0"
[com.threewks.spring/spring-boot-gae "2.2.0"]