не последняя версия
Последняя версия 1.18

org.fusesource.jansi:example 1.14


Категории

Категории

Jansi Взаимодействие с пользователем CLI
Группа

Группа

org.fusesource.jansi
Идентификатор

Идентификатор

example
Версия

Версия

1.14
Тип

Тип

jar

Скачать example 1.14


<!-- https://jarcasting.com/artifacts/org.fusesource.jansi/example/ -->
<dependency>
    <groupId>org.fusesource.jansi</groupId>
    <artifactId>example</artifactId>
    <version>1.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.jansi/example/
implementation 'org.fusesource.jansi:example:1.14'
// https://jarcasting.com/artifacts/org.fusesource.jansi/example/
implementation ("org.fusesource.jansi:example:1.14")
'org.fusesource.jansi:example:jar:1.14'
<dependency org="org.fusesource.jansi" name="example" rev="1.14">
  <artifact name="example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.jansi', module='example', version='1.14')
)
libraryDependencies += "org.fusesource.jansi" % "example" % "1.14"
[org.fusesource.jansi/example "1.14"]