Categories |
CategoriesGrails User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgrails-shell |
Version | Version4.0.13 |
Type | Typejar |
Filename | Size |
---|---|
grails-shell-4.0.13.pom | |
grails-shell-4.0.13.jar | 456 KB |
grails-shell-4.0.13-sources.jar | 124 KB |
grails-shell-4.0.13-javadoc.jar | 400 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.grails/grails-shell/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-shell</artifactId>
<version>4.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-shell/
implementation 'org.grails:grails-shell:4.0.13'
// https://jarcasting.com/artifacts/org.grails/grails-shell/
implementation ("org.grails:grails-shell:4.0.13")
'org.grails:grails-shell:jar:4.0.13'
<dependency org="org.grails" name="grails-shell" rev="4.0.13">
<artifact name="grails-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-shell', version='4.0.13')
)
libraryDependencies += "org.grails" % "grails-shell" % "4.0.13"
[org.grails/grails-shell "4.0.13"]