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