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