mmm-entity-bean

Property support for entity (IdProperty, LinkProperty, LinkListProperty).

License

License

GroupId

GroupId

io.github.m-m-m
ArtifactId

ArtifactId

mmm-entity-bean
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

mmm-entity-bean
Property support for entity (IdProperty, LinkProperty, LinkListProperty).
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/entity/tree/master

Download mmm-entity-bean

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
io.github.m-m-m : mmm-entity jar 0.2.0
io.github.m-m-m : mmm-bean jar 0.2.0
io.github.m-m-m : mmm-bean-factory jar 0.2.0

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.2.0
0.1.1