GroupId | GroupIdorg.crsh |
---|---|
ArtifactId | ArtifactIdcrsh.shell |
Version | Version1.2.4 |
Type | Typejar |
Filename | Size |
---|---|
crsh.shell-1.2.4.pom | 739 bytes |
crsh.shell-1.2.4-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.crsh/crsh.shell/ -->
<dependency>
<groupId>org.crsh</groupId>
<artifactId>crsh.shell</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.crsh/crsh.shell/
implementation 'org.crsh:crsh.shell:1.2.4'
// https://jarcasting.com/artifacts/org.crsh/crsh.shell/
implementation ("org.crsh:crsh.shell:1.2.4")
'org.crsh:crsh.shell:jar:1.2.4'
<dependency org="org.crsh" name="crsh.shell" rev="1.2.4">
<artifact name="crsh.shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crsh', module='crsh.shell', version='1.2.4')
)
libraryDependencies += "org.crsh" % "crsh.shell" % "1.2.4"
[org.crsh/crsh.shell "1.2.4"]