m

mmm-entity-bean

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