is not current version
Last Version 5.2.0

org.grails:grails-web-common 2.4.5

Grails Web Application Framework

Categories

Categories

Grails User Interface Web Frameworks
GroupId

GroupId

org.grails
ArtifactId

ArtifactId

grails-web-common
Version

Version

2.4.5
Type

Type

jar

Download grails-web-common 2.4.5


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