is not current version
Last Version 5.2.0

org.grails:grails-web-common 3.1.4

Grails Web Application Framework

Categories

Categories

Grails User Interface Web Frameworks
GroupId

GroupId

org.grails
ArtifactId

ArtifactId

grails-web-common
Version

Version

3.1.4
Type

Type

jar

Download grails-web-common 3.1.4


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