mmm-base

Basic interfaces and classes for reuse.

License

License

GroupId

GroupId

io.github.m-m-m
ArtifactId

ArtifactId

mmm-base
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

mmm-base
Basic interfaces and classes for reuse.
Project URL

Project URL

https://m-m-m.github.io/
Project Organization

Project Organization

mmm-team
Source Code Management

Source Code Management

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

Download mmm-base

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.2.0
0.1.1
0.1.0