| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.thevpc |
| Идентификатор | Идентификаторjshell |
| Последняя версия | Последняя версия0.8.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеnet.thevpc.jshell
Java Bash compatible shell parser
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jshell-0.8.1.pom | |
| jshell-0.8.1.jar | 157 KB |
| jshell-0.8.1-sources.jar | 119 KB |
| jshell-0.8.1-javadoc.jar | 576 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.thevpc/jshell/ -->
<dependency>
<groupId>net.thevpc</groupId>
<artifactId>jshell</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.thevpc/jshell/
implementation 'net.thevpc:jshell:0.8.1'
// https://jarcasting.com/artifacts/net.thevpc/jshell/
implementation ("net.thevpc:jshell:0.8.1")
'net.thevpc:jshell:jar:0.8.1'
<dependency org="net.thevpc" name="jshell" rev="0.8.1">
<artifact name="jshell" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.thevpc', module='jshell', version='0.8.1')
)
libraryDependencies += "net.thevpc" % "jshell" % "0.8.1"
[net.thevpc/jshell "0.8.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.5.0 |