MVC-Prototype

MVC-Prototype is a lightwight prototype framework for the MVC-Pattern. It helps to easily create a clean application that follows the MVC pattern. MVC-Prototype makes excessive use of Java Generics to bring maximum flexibility.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.mvc-prototype
ArtifactId

ArtifactId

mvc-prototype
Last Version

Last Version

0.2.7
Release Date

Release Date

Type

Type

jar
Description

Description

MVC-Prototype
MVC-Prototype is a lightwight prototype framework for the MVC-Pattern. It helps to easily create a clean application that follows the MVC pattern. MVC-Prototype makes excessive use of Java Generics to bring maximum flexibility.
Project URL

Project URL

http://mvc-prototype.sourceforge.net

Download mvc-prototype

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.7
0.2.6
0.2.5
0.2.4