is not current version
Last Version 1.3.0-beta2

org.crsh:crsh.shell.core 1.2.0-cr9

The CRaSH core module

GroupId

GroupId

org.crsh
ArtifactId

ArtifactId

crsh.shell.core
Version

Version

1.2.0-cr9
Type

Type

jar

Download crsh.shell.core 1.2.0-cr9


<!-- https://jarcasting.com/artifacts/org.crsh/crsh.shell.core/ -->
<dependency>
    <groupId>org.crsh</groupId>
    <artifactId>crsh.shell.core</artifactId>
    <version>1.2.0-cr9</version>
</dependency>
// https://jarcasting.com/artifacts/org.crsh/crsh.shell.core/
implementation 'org.crsh:crsh.shell.core:1.2.0-cr9'
// https://jarcasting.com/artifacts/org.crsh/crsh.shell.core/
implementation ("org.crsh:crsh.shell.core:1.2.0-cr9")
'org.crsh:crsh.shell.core:jar:1.2.0-cr9'
<dependency org="org.crsh" name="crsh.shell.core" rev="1.2.0-cr9">
  <artifact name="crsh.shell.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crsh', module='crsh.shell.core', version='1.2.0-cr9')
)
libraryDependencies += "org.crsh" % "crsh.shell.core" % "1.2.0-cr9"
[org.crsh/crsh.shell.core "1.2.0-cr9"]