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