Last Version

PureMVC Multicore 2.2

PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern. This is a Java port of the AS3 reference implementation of the MultiCore Version. It supports modular programming through the use of Multiton Core actors (instead of the Singletons used in the Standard Version).

License

License

GroupId

GroupId

org.puremvc
ArtifactId

ArtifactId

puremvc-multicore
Version

Version

2.2
Type

Type

jar
Description

Description

PureMVC Multicore
PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern. This is a Java port of the AS3 reference implementation of the MultiCore Version. It supports modular programming through the use of Multiton Core actors (instead of the Singletons used in the Standard Version).
Project URL

Project URL

http://puremvc.org
Source Code Management

Source Code Management

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

Download puremvc-multicore 2.2


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

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.