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