| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.github.n15g |
| Идентификатор | Идентификаторspring-boot-gae |
| Версия | Версия1.1.0-beta-1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| spring-boot-gae-1.1.0-beta-1.pom | |
| spring-boot-gae-1.1.0-beta-1.jar | 118 KB |
| spring-boot-gae-1.1.0-beta-1-sources.jar | 73 KB |
| spring-boot-gae-1.1.0-beta-1-javadoc.jar | 342 KB |
| Обзор |
<!-- 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-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.n15g/spring-boot-gae/
implementation 'com.github.n15g:spring-boot-gae:1.1.0-beta-1'
// https://jarcasting.com/artifacts/com.github.n15g/spring-boot-gae/
implementation ("com.github.n15g:spring-boot-gae:1.1.0-beta-1")
'com.github.n15g:spring-boot-gae:jar:1.1.0-beta-1'
<dependency org="com.github.n15g" name="spring-boot-gae" rev="1.1.0-beta-1">
<artifact name="spring-boot-gae" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.n15g', module='spring-boot-gae', version='1.1.0-beta-1')
)
libraryDependencies += "com.github.n15g" % "spring-boot-gae" % "1.1.0-beta-1"
[com.github.n15g/spring-boot-gae "1.1.0-beta-1"]