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