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