| Группа | Группаorg.crsh |
|---|---|
| Идентификатор | Идентификаторcrsh.shell |
| Версия | Версия1.2.10 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| crsh.shell-1.2.10.pom | 741 bytes |
| crsh.shell-1.2.10-tests.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.crsh/crsh.shell/ -->
<dependency>
<groupId>org.crsh</groupId>
<artifactId>crsh.shell</artifactId>
<version>1.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.crsh/crsh.shell/
implementation 'org.crsh:crsh.shell:1.2.10'
// https://jarcasting.com/artifacts/org.crsh/crsh.shell/
implementation ("org.crsh:crsh.shell:1.2.10")
'org.crsh:crsh.shell:jar:1.2.10'
<dependency org="org.crsh" name="crsh.shell" rev="1.2.10">
<artifact name="crsh.shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crsh', module='crsh.shell', version='1.2.10')
)
libraryDependencies += "org.crsh" % "crsh.shell" % "1.2.10"
[org.crsh/crsh.shell "1.2.10"]