| License | License | 
|---|---|
| GroupId | GroupIdorg.puremvc | 
| ArtifactId | ArtifactIdPureMVC | 
| Last Version | Last Version2.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionPureMVC 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 | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| PureMVC-2.0.pom | |
| PureMVC-2.0.jar | 21 KB | 
| PureMVC-2.0-sources.jar | 29 KB | 
| PureMVC-2.0-javadoc.jar | 534 KB | 
| Browse | 
<!-- 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"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.4.1 |