com.mytechia:mytechia-commons-library

A collection of general utilities for programming in JAVA.

License

License

GroupId

GroupId

com.mytechia
ArtifactId

ArtifactId

mytechia-commons-library
Last Version

Last Version

1.3.5
Release Date

Release Date

Type

Type

jar
Description

Description

com.mytechia:mytechia-commons-library
A collection of general utilities for programming in JAVA.
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-library

How to add to project

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

Dependencies

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.5
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.0.9