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.

Лицензия

Лицензия

Группа

Группа

org.puremvc
Идентификатор

Идентификатор

PureMVC
Последняя версия

Последняя версия

2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://puremvc.org
Система контроля версий

Система контроля версий

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

Скачать PureMVC

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-engine jar 5.4.1

Модули Проекта

Данный проект не имеет модулей.
org.puremvc

Версии библиотеки

Версия
2.0