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