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