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