| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.springframework.cloud.launcher |
| Идентификатор | Идентификаторspring-cloud-launcher-cli |
| Версия | Версия3.0.4 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud.launcher/spring-cloud-launcher-cli/ -->
<dependency>
<groupId>org.springframework.cloud.launcher</groupId>
<artifactId>spring-cloud-launcher-cli</artifactId>
<version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud.launcher/spring-cloud-launcher-cli/
implementation 'org.springframework.cloud.launcher:spring-cloud-launcher-cli:3.0.4'
// https://jarcasting.com/artifacts/org.springframework.cloud.launcher/spring-cloud-launcher-cli/
implementation ("org.springframework.cloud.launcher:spring-cloud-launcher-cli:3.0.4")
'org.springframework.cloud.launcher:spring-cloud-launcher-cli:jar:3.0.4'
<dependency org="org.springframework.cloud.launcher" name="spring-cloud-launcher-cli" rev="3.0.4">
<artifact name="spring-cloud-launcher-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud.launcher', module='spring-cloud-launcher-cli', version='3.0.4')
)
libraryDependencies += "org.springframework.cloud.launcher" % "spring-cloud-launcher-cli" % "3.0.4"
[org.springframework.cloud.launcher/spring-cloud-launcher-cli "3.0.4"]