| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJLine Взаимодействие с пользователем CLI |
| Группа | Группаorg.jline |
| Идентификатор | Идентификаторjline-parent |
| Последняя версия | Последняя версия3.21.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеJLine Parent
JLine
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jline-parent-3.21.0.pom | 22 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jline/jline-parent/ -->
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline-parent</artifactId>
<version>3.21.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jline/jline-parent/
implementation 'org.jline:jline-parent:3.21.0'
// https://jarcasting.com/artifacts/org.jline/jline-parent/
implementation ("org.jline:jline-parent:3.21.0")
'org.jline:jline-parent:pom:3.21.0'
<dependency org="org.jline" name="jline-parent" rev="3.21.0">
<artifact name="jline-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jline', module='jline-parent', version='3.21.0')
)
libraryDependencies += "org.jline" % "jline-parent" % "3.21.0"
[org.jline/jline-parent "3.21.0"]