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