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