JVM Extensible & Embeddable SHell

Reboot of the CRaSH project

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.je2sh
Идентификатор

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

core
Последняя версия

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

1.4.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

JVM Extensible & Embeddable SHell
Reboot of the CRaSH project
Ссылка на сайт

Ссылка на сайт

https://jeeshell.github.io/je2sh/

Скачать core

Как подключить последнюю версию

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

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jre8 jar 1.1.2-5
org.jline : jline jar 3.3.1
org.slf4j : slf4j-api jar 1.7.25
com.beust : jcommander jar 1.69
com.google.auto.service : auto-service jar 1.0-rc3
com.squareup : javapoet jar 1.9.0
net.je2sh : asciitable jar 1.0.0

test (1)

Идентификатор библиотеки Тип Версия
org.spockframework : spock-core jar 1.1-groovy-2.4

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0