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.10.jar download
mmm-entity-bean-0.9.10.pom download
mmm-entity-bean-0.9.10-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.m-m-m</groupId>
  <artifactId>mmm-entity-bean</artifactId>
  <version>0.9.10</version>
</dependency>
Gradle Groovy
implementation 'io.github.m-m-m:mmm-entity-bean:0.9.10'
Gradle Kotlin
implementation("io.github.m-m-m:mmm-entity-bean:0.9.10")
Scala SBT
libraryDependencies += "io.github.m-m-m" % "mmm-entity-bean" % "0.9.10"
Groovy Grape
@Grapes(
  @Grab(group='io.github.m-m-m', module='mmm-entity-bean', version='0.9.10')
)
Apache Ivy
<dependency org="io.github.m-m-m" name="mmm-entity-bean" rev="0.9.10" />
Leiningen
[io.github.m-m-m/mmm-entity-bean "0.9.10"]
Apache Buildr
'io.github.m-m-m:mmm-entity-bean:jar:0.9.10'