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