License |
License |
---|---|
GroupId | GroupIdorg.springframework.shell |
ArtifactId | ArtifactIdspring-shell-core |
Version | Version2.0.1.RELEASE |
Type | Typejar |
Description |
DescriptionSpring Shell Core
Core API and classes for Spring Shell 2
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.springframework.shell/spring-shell-core/ -->
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-core</artifactId>
<version>2.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.shell/spring-shell-core/
implementation 'org.springframework.shell:spring-shell-core:2.0.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.shell/spring-shell-core/
implementation ("org.springframework.shell:spring-shell-core:2.0.1.RELEASE")
'org.springframework.shell:spring-shell-core:jar:2.0.1.RELEASE'
<dependency org="org.springframework.shell" name="spring-shell-core" rev="2.0.1.RELEASE">
<artifact name="spring-shell-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.shell', module='spring-shell-core', version='2.0.1.RELEASE')
)
libraryDependencies += "org.springframework.shell" % "spring-shell-core" % "2.0.1.RELEASE"
[org.springframework.shell/spring-shell-core "2.0.1.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 1.5.8.RELEASE |
org.springframework.boot : spring-boot-starter-validation | jar | 1.5.8.RELEASE |
org.jline : jline | jar | 3.4.0 |
org.springframework.shell : spring-shell-table Optional | jar | 2.0.1.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.jline : jline-terminal-jna | jar | 3.4.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.5.8.RELEASE |
org.assertj : assertj-core | jar | 3.8.0 |