MVN

org.puremvc : puremvc

Maven & Gradle

Mar 17, 2020
30 stars

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.

<dependency>
    <groupId>org.puremvc</groupId>
    <artifactId>puremvc</artifactId>
    <version>2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.puremvc : puremvc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2

All Versions

Choose a version of org.puremvc : puremvc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2
puremvc-2.2
2.1
puremvc-2.1
2.0
puremvc-2.0

How to add a dependency to Maven

Add the following org.puremvc : puremvc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.puremvc</groupId>
    <artifactId>puremvc</artifactId>
    <version>2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.puremvc : puremvc gradle dependency to your build.gradle file:

implementation 'org.puremvc:puremvc:2.2'

Gradle Kotlin DSL: Add the following org.puremvc : puremvc gradle kotlin dependency to your build.gradle.kts file:

implementation("org.puremvc:puremvc:2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.puremvc : puremvc sbt scala dependency to your build.sbt file:

libraryDependencies += "org.puremvc" % "puremvc" % "2.2"

Advertisement

Dependencies from Group

Mar 21, 2019
2 usages
43 stars
Mar 17, 2020
1 usages
43 stars
Mar 17, 2020
30 stars
Mar 21, 2019
30 stars

Discover Dependencies

Nov 17, 2020
165 stars
Nov 17, 2020
165 stars
Jan 14, 2020
Jul 21, 2020
3 stars
Jul 13, 2023
1 usages
1.5k stars
Aug 17, 2021
2 stars