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