is not current version
Last Version 5.2.0

org.grails:grails-web-boot 3.0.3

Grails Web Application Framework

Categories

Categories

Grails User Interface Web Frameworks
GroupId

GroupId

org.grails
ArtifactId

ArtifactId

grails-web-boot
Version

Version

3.0.3
Type

Type

jar

Download grails-web-boot 3.0.3


<!-- https://jarcasting.com/artifacts/org.grails/grails-web-boot/ -->
<dependency>
    <groupId>org.grails</groupId>
    <artifactId>grails-web-boot</artifactId>
    <version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-web-boot/
implementation 'org.grails:grails-web-boot:3.0.3'
// https://jarcasting.com/artifacts/org.grails/grails-web-boot/
implementation ("org.grails:grails-web-boot:3.0.3")
'org.grails:grails-web-boot:jar:3.0.3'
<dependency org="org.grails" name="grails-web-boot" rev="3.0.3">
  <artifact name="grails-web-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-web-boot', version='3.0.3')
)
libraryDependencies += "org.grails" % "grails-web-boot" % "3.0.3"
[org.grails/grails-web-boot "3.0.3"]