m

mmm-entity-bean

Entity as Bean with Property support (IdProperty, LinkProperty, LinkListProperty).
https://m-m-m.github.io/
Apache Software License, Version 2.0
mmm-team
Jörg Hohwiller
Files download
File Operation
mmm-entity-bean-0.9.8.jar download
mmm-entity-bean-0.9.8.pom download
mmm-entity-bean-0.9.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.m-m-m</groupId>
  <artifactId>mmm-entity-bean</artifactId>
  <version>0.9.8</version>
</dependency>
Gradle Groovy
implementation 'io.github.m-m-m:mmm-entity-bean:0.9.8'
Gradle Kotlin
implementation("io.github.m-m-m:mmm-entity-bean:0.9.8")
Scala SBT
libraryDependencies += "io.github.m-m-m" % "mmm-entity-bean" % "0.9.8"
Groovy Grape
@Grapes(
  @Grab(group='io.github.m-m-m', module='mmm-entity-bean', version='0.9.8')
)
Apache Ivy
<dependency org="io.github.m-m-m" name="mmm-entity-bean" rev="0.9.8" />
Leiningen
[io.github.m-m-m/mmm-entity-bean "0.9.8"]
Apache Buildr
'io.github.m-m-m:mmm-entity-bean:jar:0.9.8'