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