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