| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGeronimo Контейнер Application Servers |
| Группа | Группаorg.apache.geronimo.gshell |
| Идентификатор | Идентификаторgshell-parser |
| Последняя версия | Последняя версия1.0-alpha-2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеGShell Parser
Provides the command-line syntax parsing muck.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| gshell-parser-1.0-alpha-2.pom | |
| gshell-parser-1.0-alpha-2.jar | 44 KB |
| gshell-parser-1.0-alpha-2-sources.jar | 34 KB |
| gshell-parser-1.0-alpha-2-javadoc.jar | 212 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.gshell/gshell-parser/ -->
<dependency>
<groupId>org.apache.geronimo.gshell</groupId>
<artifactId>gshell-parser</artifactId>
<version>1.0-alpha-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.gshell/gshell-parser/
implementation 'org.apache.geronimo.gshell:gshell-parser:1.0-alpha-2'
// https://jarcasting.com/artifacts/org.apache.geronimo.gshell/gshell-parser/
implementation ("org.apache.geronimo.gshell:gshell-parser:1.0-alpha-2")
'org.apache.geronimo.gshell:gshell-parser:jar:1.0-alpha-2'
<dependency org="org.apache.geronimo.gshell" name="gshell-parser" rev="1.0-alpha-2">
<artifact name="gshell-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.gshell', module='gshell-parser', version='1.0-alpha-2')
)
libraryDependencies += "org.apache.geronimo.gshell" % "gshell-parser" % "1.0-alpha-2"
[org.apache.geronimo.gshell/gshell-parser "1.0-alpha-2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.5.6 |
| org.apache.geronimo.gshell.support : gshell-interpolation | jar | 1.0-alpha-2 |
| org.apache.geronimo.gshell : gshell-api | jar | 1.0-alpha-2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.5.6 |
| junit : junit | jar | 3.8.2 |