MVC Module

MWA it's an effort for making Java Web Applications less verbose and more fun.

License

License

GroupId

GroupId

com.github.jknack
ArtifactId

ArtifactId

mwa-mvc
Last Version

Last Version

0.3.2
Release Date

Release Date

Type

Type

jar
Description

Description

MVC Module
MWA it's an effort for making Java Web Applications less verbose and more fun.

Download mwa-mvc

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.jknack : mwa-core jar 0.3.2
org.springframework : spring-webmvc jar 3.1.2.RELEASE

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1

test (3)

Group / Artifact Type Version
junit : junit jar 4.10
org.easymock : easymock jar 3.1
org.springframework : spring-test jar 3.1.2.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.2
0.3.1
0.3.0