| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.springframework.shell |
| Идентификатор | Идентификаторspring-shell-table |
| Версия | Версия2.0.1.RELEASE |
| Тип | Типjar |
| Описание |
ОписаниеSpring Shell Table
Library to Display Fancy ASCII art Tables
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.springframework.shell/spring-shell-table/ -->
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-table</artifactId>
<version>2.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.shell/spring-shell-table/
implementation 'org.springframework.shell:spring-shell-table:2.0.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.shell/spring-shell-table/
implementation ("org.springframework.shell:spring-shell-table:2.0.1.RELEASE")
'org.springframework.shell:spring-shell-table:jar:2.0.1.RELEASE'
<dependency org="org.springframework.shell" name="spring-shell-table" rev="2.0.1.RELEASE">
<artifact name="spring-shell-table" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.shell', module='spring-shell-table', version='2.0.1.RELEASE')
)
libraryDependencies += "org.springframework.shell" % "spring-shell-table" % "2.0.1.RELEASE"
[org.springframework.shell/spring-shell-table "2.0.1.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-beans | jar |