| License |
License |
|---|---|
| Categories |
CategoriesGrails User Interface Web Frameworks |
| GroupId | GroupIdorg.grails |
| ArtifactId | ArtifactIdgrails-web-common |
| Last Version | Last Version5.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGrails
Grails Web Application Framework
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| grails-web-common-5.2.0.pom | |
| grails-web-common-5.2.0.jar | 177 KB |
| grails-web-common-5.2.0-sources.jar | 125 KB |
| grails-web-common-5.2.0-javadoc.jar | 387 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.grails/grails-web-common/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-web-common</artifactId>
<version>5.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-web-common/
implementation 'org.grails:grails-web-common:5.2.0'
// https://jarcasting.com/artifacts/org.grails/grails-web-common/
implementation ("org.grails:grails-web-common:5.2.0")
'org.grails:grails-web-common:jar:5.2.0'
<dependency org="org.grails" name="grails-web-common" rev="5.2.0">
<artifact name="grails-web-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-web-common', version='5.2.0')
)
libraryDependencies += "org.grails" % "grails-web-common" % "5.2.0"
[org.grails/grails-web-common "5.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 4.0.1 |
| org.springframework : spring-test | jar | 5.3.20 |
| org.codehaus.groovy : groovy | jar | 3.0.11 |
| org.slf4j : slf4j-api | jar | 1.7.36 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.36 |
| org.grails : grails-core | jar | 5.2.0 |
| org.grails : grails-databinding | jar | 5.2.0 |
| org.grails : grails-encoder | jar | 5.2.0 |
| org.grails : grails-gsp | jar | 5.2.1 |
| org.codehaus.groovy : groovy-templates | jar | 3.0.11 |
| org.springframework : spring-webmvc | jar | 5.3.20 |
| org.springframework : spring-context-support | jar | 5.3.20 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.ben-manes.caffeine : caffeine | jar | 2.9.3 |