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