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