License |
License |
---|---|
GroupId | GroupIdorg.springframework.shell |
ArtifactId | ArtifactIdspring-shell-shell1-adapter |
Version | Version2.0.1.RELEASE |
Type | Typejar |
Description |
DescriptionSpring Shell 1 Adapter
Adapter classes to enable Shell 1 type annotations via Spring Shell 2
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.springframework.shell/spring-shell-shell1-adapter/ -->
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-shell1-adapter</artifactId>
<version>2.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.shell/spring-shell-shell1-adapter/
implementation 'org.springframework.shell:spring-shell-shell1-adapter:2.0.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.shell/spring-shell-shell1-adapter/
implementation ("org.springframework.shell:spring-shell-shell1-adapter:2.0.1.RELEASE")
'org.springframework.shell:spring-shell-shell1-adapter:jar:2.0.1.RELEASE'
<dependency org="org.springframework.shell" name="spring-shell-shell1-adapter" rev="2.0.1.RELEASE">
<artifact name="spring-shell-shell1-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.shell', module='spring-shell-shell1-adapter', version='2.0.1.RELEASE')
)
libraryDependencies += "org.springframework.shell" % "spring-shell-shell1-adapter" % "2.0.1.RELEASE"
[org.springframework.shell/spring-shell-shell1-adapter "2.0.1.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.shell : spring-shell-core | jar | 2.0.1.RELEASE |
org.springframework.shell : spring-shell Optional | jar | 1.2.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.5.8.RELEASE |
org.springframework.shell : spring-shell-core-test-support | jar | 2.0.1.RELEASE |
org.assertj : assertj-core | jar | 3.8.0 |