GroupId | GroupIdorg.crsh |
---|---|
ArtifactId | ArtifactIdcrsh.shell.core |
Version | Version1.2.10 |
Type | Typejar |
Filename | Size |
---|---|
crsh.shell.core-1.2.10.pom | |
crsh.shell.core-1.2.10.jar | 372 KB |
crsh.shell.core-1.2.10-tests.jar | 238 KB |
crsh.shell.core-1.2.10-standalone.jar | 6 MB |
crsh.shell.core-1.2.10-sources.jar | 251 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.crsh/crsh.shell.core/ -->
<dependency>
<groupId>org.crsh</groupId>
<artifactId>crsh.shell.core</artifactId>
<version>1.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.crsh/crsh.shell.core/
implementation 'org.crsh:crsh.shell.core:1.2.10'
// https://jarcasting.com/artifacts/org.crsh/crsh.shell.core/
implementation ("org.crsh:crsh.shell.core:1.2.10")
'org.crsh:crsh.shell.core:jar:1.2.10'
<dependency org="org.crsh" name="crsh.shell.core" rev="1.2.10">
<artifact name="crsh.shell.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crsh', module='crsh.shell.core', version='1.2.10')
)
libraryDependencies += "org.crsh" % "crsh.shell.core" % "1.2.10"
[org.crsh/crsh.shell.core "1.2.10"]