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