is not current version
Last Version 0.2.7

net.sf.mvc-prototype:mvc-prototype 0.2.6

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.

Categories

Categories

Net
GroupId

GroupId

net.sf.mvc-prototype
ArtifactId

ArtifactId

mvc-prototype
Version

Version

0.2.6
Type

Type

jar

Download mvc-prototype 0.2.6


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