Last Version

Web Module 0.4.2

MWA is an effort for making Java Web Applications less verbose and more fun.

License

License

GroupId

GroupId

com.github.jknack
ArtifactId

ArtifactId

mwa-web
Version

Version

0.4.2
Type

Type

jar
Description

Description

Web Module
MWA is an effort for making Java Web Applications less verbose and more fun.

Download mwa-web 0.4.2


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

Dependencies

compile (6)

Group / Artifact Type Version
com.github.jknack : mwa-core jar 0.4.2
org.springframework : spring-web jar 3.2.5.RELEASE
org.springframework : spring-webmvc jar 3.2.5.RELEASE
org.hibernate : hibernate-validator jar 5.0.1.Final
com.fasterxml.jackson.core : jackson-databind jar 2.3.0-rc1
com.github.jknack : mwa-logging pom 0.4.2

provided (1)

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

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.easymock : easymock jar 3.1

Project Modules

There are no modules declared in this project.