| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.springframework.shell |
| Идентификатор | Идентификаторspring-shell |
| Версия | Версия1.2.0.RELEASE |
| Тип | Типjar |
| Описание |
ОписаниеSpring Shell
Spring Shell
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| spring-shell-1.2.0.RELEASE.pom | |
| spring-shell-1.2.0.RELEASE.jar | 190 KB |
| spring-shell-1.2.0.RELEASE-sources.jar | 159 KB |
| spring-shell-1.2.0.RELEASE-javadoc.jar | 457 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.springframework.shell/spring-shell/ -->
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell</artifactId>
<version>1.2.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.shell/spring-shell/
implementation 'org.springframework.shell:spring-shell:1.2.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.shell/spring-shell/
implementation ("org.springframework.shell:spring-shell:1.2.0.RELEASE")
'org.springframework.shell:spring-shell:jar:1.2.0.RELEASE'
<dependency org="org.springframework.shell" name="spring-shell" rev="1.2.0.RELEASE">
<artifact name="spring-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.shell', module='spring-shell', version='1.2.0.RELEASE')
)
libraryDependencies += "org.springframework.shell" % "spring-shell" % "1.2.0.RELEASE"
[org.springframework.shell/spring-shell "1.2.0.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.guava : guava | jar | 17.0 |
| jline : jline | jar | 2.12 |
| org.springframework : spring-context-support | jar | 4.2.4.RELEASE |
| commons-io : commons-io | jar | 2.4 |
| org.springframework : spring-core | jar | 4.2.4.RELEASE |