GroupId | GroupIdorg.crsh |
---|---|
ArtifactId | ArtifactIdcrsh.shell.embed.spring |
Version | Version1.1.0-cr1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.crsh/crsh.shell.embed.spring/ -->
<dependency>
<groupId>org.crsh</groupId>
<artifactId>crsh.shell.embed.spring</artifactId>
<version>1.1.0-cr1</version>
</dependency>
// https://jarcasting.com/artifacts/org.crsh/crsh.shell.embed.spring/
implementation 'org.crsh:crsh.shell.embed.spring:1.1.0-cr1'
// https://jarcasting.com/artifacts/org.crsh/crsh.shell.embed.spring/
implementation ("org.crsh:crsh.shell.embed.spring:1.1.0-cr1")
'org.crsh:crsh.shell.embed.spring:jar:1.1.0-cr1'
<dependency org="org.crsh" name="crsh.shell.embed.spring" rev="1.1.0-cr1">
<artifact name="crsh.shell.embed.spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crsh', module='crsh.shell.embed.spring', version='1.1.0-cr1')
)
libraryDependencies += "org.crsh" % "crsh.shell.embed.spring" % "1.1.0-cr1"
[org.crsh/crsh.shell.embed.spring "1.1.0-cr1"]