Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.springframework.cloud.launcher |
ArtifactId | ArtifactIdspring-cloud-launcher-cli |
Version | Version3.0.0 |
Type | Typejar |
<!-- 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.0</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.0'
// https://jarcasting.com/artifacts/org.springframework.cloud.launcher/spring-cloud-launcher-cli/
implementation ("org.springframework.cloud.launcher:spring-cloud-launcher-cli:3.0.0")
'org.springframework.cloud.launcher:spring-cloud-launcher-cli:jar:3.0.0'
<dependency org="org.springframework.cloud.launcher" name="spring-cloud-launcher-cli" rev="3.0.0">
<artifact name="spring-cloud-launcher-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud.launcher', module='spring-cloud-launcher-cli', version='3.0.0')
)
libraryDependencies += "org.springframework.cloud.launcher" % "spring-cloud-launcher-cli" % "3.0.0"
[org.springframework.cloud.launcher/spring-cloud-launcher-cli "3.0.0"]