Last Version

PureMVC 2.0

PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern. This is the specific implementation for the Java language. It does not support modular programming since it uses Singletons as Core actors rather than the Multiton used in the MultiCore Version.

License

License

GroupId

GroupId

org.puremvc
ArtifactId

ArtifactId

PureMVC
Version

Version

2.0
Type

Type

jar
Description

Description

PureMVC
PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern. This is the specific implementation for the Java language. It does not support modular programming since it uses Singletons as Core actors rather than the Multiton used in the MultiCore Version.
Project URL

Project URL

http://puremvc.org
Source Code Management

Source Code Management

http://github.com/PureMVC/puremvc-java-standard-framework/tree/master

Download PureMVC 2.0


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

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.4.1

Project Modules

There are no modules declared in this project.