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