| Категории |
КатегорииSpring Boot Контейнер Микросервисы CLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.springframework.boot |
| Идентификатор | Идентификаторspring-boot-cli |
| Версия | Версия2.2.8.RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| spring-boot-cli-2.2.8.RELEASE.pom | |
| spring-boot-cli-2.2.8.RELEASE.jar | 262 KB |
| spring-boot-cli-2.2.8.RELEASE-sources.jar | 193 KB |
| spring-boot-cli-2.2.8.RELEASE-scoop.json | 874 bytes |
| spring-boot-cli-2.2.8.RELEASE-javadoc.jar | 642 KB |
| spring-boot-cli-2.2.8.RELEASE-homebrew.rb | 922 bytes |
| spring-boot-cli-2.2.8.RELEASE-full.jar | 12 MB |
| spring-boot-cli-2.2.8.RELEASE-bin.tar.gz | 10 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-cli/ -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-cli</artifactId>
<version>2.2.8.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-cli/
implementation 'org.springframework.boot:spring-boot-cli:2.2.8.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-cli/
implementation ("org.springframework.boot:spring-boot-cli:2.2.8.RELEASE")
'org.springframework.boot:spring-boot-cli:jar:2.2.8.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-cli" rev="2.2.8.RELEASE">
<artifact name="spring-boot-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-cli', version='2.2.8.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-cli" % "2.2.8.RELEASE"
[org.springframework.boot/spring-boot-cli "2.2.8.RELEASE"]