Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.n15g |
ArtifactId | ArtifactIdspring-boot-gae |
Version | Version1.1.0-beta-2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.n15g/spring-boot-gae/ -->
<dependency>
<groupId>com.github.n15g</groupId>
<artifactId>spring-boot-gae</artifactId>
<version>1.1.0-beta-2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.n15g/spring-boot-gae/
implementation 'com.github.n15g:spring-boot-gae:1.1.0-beta-2'
// https://jarcasting.com/artifacts/com.github.n15g/spring-boot-gae/
implementation ("com.github.n15g:spring-boot-gae:1.1.0-beta-2")
'com.github.n15g:spring-boot-gae:jar:1.1.0-beta-2'
<dependency org="com.github.n15g" name="spring-boot-gae" rev="1.1.0-beta-2">
<artifact name="spring-boot-gae" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.n15g', module='spring-boot-gae', version='1.1.0-beta-2')
)
libraryDependencies += "com.github.n15g" % "spring-boot-gae" % "1.1.0-beta-2"
[com.github.n15g/spring-boot-gae "1.1.0-beta-2"]