GroupId | GroupIdorg.springframework.shell |
---|---|
ArtifactId | ArtifactIdspring-shell-standard-commands |
Version | Version2.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.shell/spring-shell-standard-commands/ -->
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-standard-commands</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.shell/spring-shell-standard-commands/
implementation 'org.springframework.shell:spring-shell-standard-commands:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.shell/spring-shell-standard-commands/
implementation ("org.springframework.shell:spring-shell-standard-commands:2.0.0.RELEASE")
'org.springframework.shell:spring-shell-standard-commands:jar:2.0.0.RELEASE'
<dependency org="org.springframework.shell" name="spring-shell-standard-commands" rev="2.0.0.RELEASE">
<artifact name="spring-shell-standard-commands" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.shell', module='spring-shell-standard-commands', version='2.0.0.RELEASE')
)
libraryDependencies += "org.springframework.shell" % "spring-shell-standard-commands" % "2.0.0.RELEASE"
[org.springframework.shell/spring-shell-standard-commands "2.0.0.RELEASE"]