| Группа | Группаorg.crsh |
|---|---|
| Идентификатор | Идентификаторcrsh.shell.embed.spring |
| Версия | Версия1.2.2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.crsh/crsh.shell.embed.spring/ -->
<dependency>
<groupId>org.crsh</groupId>
<artifactId>crsh.shell.embed.spring</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.crsh/crsh.shell.embed.spring/
implementation 'org.crsh:crsh.shell.embed.spring:1.2.2'
// https://jarcasting.com/artifacts/org.crsh/crsh.shell.embed.spring/
implementation ("org.crsh:crsh.shell.embed.spring:1.2.2")
'org.crsh:crsh.shell.embed.spring:jar:1.2.2'
<dependency org="org.crsh" name="crsh.shell.embed.spring" rev="1.2.2">
<artifact name="crsh.shell.embed.spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crsh', module='crsh.shell.embed.spring', version='1.2.2')
)
libraryDependencies += "org.crsh" % "crsh.shell.embed.spring" % "1.2.2"
[org.crsh/crsh.shell.embed.spring "1.2.2"]