License |
License |
---|---|
GroupId | GroupIdcom.github.edgarespina |
ArtifactId | ArtifactIdmwa-mvc |
Last Version | Last Version0.2.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMVC Module
MWA it's an effort for making Java Web Applications less verbose and more fun.
|
Filename | Size |
---|---|
mwa-mvc-0.2.7.pom | |
mwa-mvc-0.2.7.jar | 12 KB |
mwa-mvc-0.2.7-sources.jar | 7 KB |
mwa-mvc-0.2.7-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.edgarespina/mwa-mvc/ -->
<dependency>
<groupId>com.github.edgarespina</groupId>
<artifactId>mwa-mvc</artifactId>
<version>0.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.edgarespina/mwa-mvc/
implementation 'com.github.edgarespina:mwa-mvc:0.2.7'
// https://jarcasting.com/artifacts/com.github.edgarespina/mwa-mvc/
implementation ("com.github.edgarespina:mwa-mvc:0.2.7")
'com.github.edgarespina:mwa-mvc:jar:0.2.7'
<dependency org="com.github.edgarespina" name="mwa-mvc" rev="0.2.7">
<artifact name="mwa-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.edgarespina', module='mwa-mvc', version='0.2.7')
)
libraryDependencies += "com.github.edgarespina" % "mwa-mvc" % "0.2.7"
[com.github.edgarespina/mwa-mvc "0.2.7"]
Group / Artifact | Type | Version |
---|---|---|
com.github.edgarespina : mwa-core | jar | 0.2.7 |
org.springframework : spring-webmvc | jar | 3.1.2.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.easymock : easymock | jar | 3.1 |
org.springframework : spring-test | jar | 3.1.2.RELEASE |