com.mytechia:mytechia-commons-modelaction

An action-based framework for implementing the model of an application.

Лицензия

Лицензия

Группа

Группа

com.mytechia
Идентификатор

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

mytechia-commons-modelaction
Последняя версия

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

1.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

com.mytechia:mytechia-commons-modelaction
An action-based framework for implementing the model of an application.
Ссылка на сайт

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

https://github.com/mytechia/mytechia_commons
Организация-разработчик

Организация-разработчик

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

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

https://github.com/mytechia/mytechia_commons.git

Скачать mytechia-commons-modelaction

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.mytechia : mytechia-commons-library jar 1.3.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

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

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

Mytechia Commons

The Mytechia Commons library is a collection of general utilities that can be useful when programming in JAVA.

Currently Mytechia Commons is divided into three different maven projects.

Mytechia Commons Library:

  • com.mytechia.commons.framework.i18n: Very light internationalization framework.
  • com.mytechia.commons.patterns.observer: Implementation of the observer pattern in JAVA.
  • com.mytechia.commons.patterns.prototype: Implementation of the prototype pattern using the com.mytechia.commons.di.container.
  • com.mytechia.commons.util: General purpose utilities. Take a look.

Mytechia Commons DI:

  • com.mytechia.commons.di.container: Implements part of the Dependency Injection architectural pattern, providing runtime access and configuration of software dependencies

Mytechia Commons ModelAction:

  • com.mytechia.commons.framework.modelaction: An action oriented framework to implement the business model of applications.

Latest releases are uploaded to Maven Central.

For the general utilities:

<dependency>
	<groupId>com.mytechia</groupId>
	<artifactId>mytechia-commons-library</artifactId>
	<version>1.3.0</version>
</dependency>

For the DI container:

<dependency>
	<groupId>com.mytechia</groupId>
	<artifactId>mytechia-commons-di</artifactId>
	<version>1.3.0</version>
</dependency>

For the "modelaction" framework:

<dependency>
	<groupId>com.mytechia</groupId>
	<artifactId>mytechia-commons-modelaction</artifactId>
	<version>1.3.0</version>
</dependency>
com.mytechia

Mytech Ingeniería Aplicada

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

Версия
1.3.0