Groovy MVC
Groovy MVC is a synchronous, action oriented MVC framework.
License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdorg.openforis.groovy.mvc |
ArtifactId | ArtifactIdgroovy-mvc |
Last Version | Last Version0.6.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGroovy MVC
Groovy MVC is a synchronous, action oriented MVC framework
|
Project URL |
Project URL |
Project Organization |
Project OrganizationOpen Foris |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
groovy-mvc-0.6.4.pom | |
groovy-mvc-0.6.4.jar | 424 KB |
groovy-mvc-0.6.4-test-sources.jar | 28 KB |
groovy-mvc-0.6.4-sources.jar | 59 KB |
groovy-mvc-0.6.4-javadoc.jar | 207 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openforis.groovy.mvc/groovy-mvc/ -->
<dependency>
<groupId>org.openforis.groovy.mvc</groupId>
<artifactId>groovy-mvc</artifactId>
<version>0.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.openforis.groovy.mvc/groovy-mvc/
implementation 'org.openforis.groovy.mvc:groovy-mvc:0.6.4'
// https://jarcasting.com/artifacts/org.openforis.groovy.mvc/groovy-mvc/
implementation ("org.openforis.groovy.mvc:groovy-mvc:0.6.4")
'org.openforis.groovy.mvc:groovy-mvc:jar:0.6.4'
<dependency org="org.openforis.groovy.mvc" name="groovy-mvc" rev="0.6.4">
<artifact name="groovy-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openforis.groovy.mvc', module='groovy-mvc', version='0.6.4')
)
libraryDependencies += "org.openforis.groovy.mvc" % "groovy-mvc" % "0.6.4"
[org.openforis.groovy.mvc/groovy-mvc "0.6.4"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.4.3 |
org.slf4j : slf4j-api | jar | 1.7.12 |
org.sitemesh : sitemesh Optional | jar | 3.0-alpha-2 |
org.jasig.cas.client : cas-client-core Optional | jar | 3.2.1 |
commons-fileupload : commons-fileupload Optional | jar | 1.3 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.spockframework : spock-core | jar | 0.7-groovy-2.0 |
org.eclipse.jetty : jetty-webapp | jar | 9.0.5.v20130815 |
org.eclipse.jetty : jetty-jsp | jar | 9.0.5.v20130815 |
org.codehaus.groovy.modules.http-builder : http-builder | jar | 0.6 |
org.slf4j : slf4j-log4j12 | jar | 1.7.12 |
log4j : log4j | jar | 1.2.17 |
Groovy MVC is a synchronous, action oriented MVC framework.