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