com.mytechia:mytechia-commons-modelaction

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

License

License

GroupId

GroupId

com.mytechia
ArtifactId

ArtifactId

mytechia-commons-modelaction
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

com.mytechia:mytechia-commons-modelaction
An action-based framework for implementing the model of an application.
Project URL

Project URL

https://github.com/mytechia/mytechia_commons
Project Organization

Project Organization

Mytech Ingenieria Aplicada
Source Code Management

Source Code Management

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

Download mytechia-commons-modelaction

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.mytechia : mytechia-commons-library jar 1.3.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.3.0