mmm-base

Basic interfaces and classes for reuse.

Лицензия

Лицензия

Группа

Группа

io.github.m-m-m
Идентификатор

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

mmm-base
Последняя версия

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

0.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

mmm-base
Basic interfaces and classes for reuse.
Ссылка на сайт

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

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

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

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

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

https://github.com/m-m-m/base/tree/master

Скачать mmm-base

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

<!-- https://jarcasting.com/artifacts/io.github.m-m-m/mmm-base/ -->
<dependency>
    <groupId>io.github.m-m-m</groupId>
    <artifactId>mmm-base</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.m-m-m/mmm-base/
implementation 'io.github.m-m-m:mmm-base:0.2.0'
// https://jarcasting.com/artifacts/io.github.m-m-m/mmm-base/
implementation ("io.github.m-m-m:mmm-base:0.2.0")
'io.github.m-m-m:mmm-base:jar:0.2.0'
<dependency org="io.github.m-m-m" name="mmm-base" rev="0.2.0">
  <artifact name="mmm-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.m-m-m', module='mmm-base', version='0.2.0')
)
libraryDependencies += "io.github.m-m-m" % "mmm-base" % "0.2.0"
[io.github.m-m-m/mmm-base "0.2.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

logo

Apache License, Version 2.0 build-status

mmm-base

Maven Central base JavaDoc

The module io.github.mmm.base (artifactId mmm-base) provides a minimal set of APIs and utils for general purpose usage.

Features

This library offers the following features:

  • ApplicationException for exceptions with UUID, code, and distinction between user and technical errors.

  • CharFilter interface

  • Justification to justify strings

  • Placements such as Alignment, Direction, Orientation, etc.

  • Converter and parser for Temporal values

  • CompareOperator to compate strings, numbers, temporals, or any other comparable object

Usage

Maven Dependency:

<dependency>
  <groupId>io.github.m-m-m</groupId>
  <artifactId>mmm-base</artifactId>
  <version>${mmm.base.version}</version>
</dependency>

Module Dependency:

  requires transitive io.github.mmm.base;
io.github.m-m-m

Marvelous-Micro-Modules

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

Версия
0.2.0
0.1.1
0.1.0