mmm-entity

API and fundamentals for persistent entities (providing Id, Link, etc.).

Лицензия

Лицензия

Группа

Группа

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

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

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

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

0.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

mmm-entity
API and fundamentals for persistent entities (providing Id, Link, etc.).
Ссылка на сайт

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

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

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

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

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

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

Скачать mmm-entity

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
io.github.m-m-m : mmm-value jar 0.2.0
io.github.m-m-m : mmm-marshall Необязательный jar 0.2.0

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

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

logo

Apache License, Version 2.0 Build Status

mmm-entity

Maven Central base JavaDoc

The module io.github.mmm.entity (artifactId mmm-entity) provides API and fundamentals for persistent entities. Especially it provides Id and Link with sophisticated support for entity handling.

Usage

Maven Dependency:

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

Module Dependency:

  requires transitive io.github.mmm.entity;

mmm-entity-bean

Maven Central base JavaDoc

The module io.github.mmm.entity.bean (artifactId mmm-entity-bean) adds propery and bean support on top of this. For motivation and details read the JavaDoc (see badge above).

Usage

Maven Dependency:

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

Module Dependency:

  requires transitive io.github.mmm.entity.bean;
io.github.m-m-m

Marvelous-Micro-Modules

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

Версия
0.2.0
0.1.1