is not current version
Last Version 16

io.github.m-m-m:mmm 9

Mature Modular Meta-Framework (MMM) is a generic and modular meta-framework to build applications.

GroupId

GroupId

io.github.m-m-m
ArtifactId

ArtifactId

mmm
Version

Version

9
Type

Type

pom

Download mmm 9

Filename Size
mmm-9.pom 20 KB
Browse

<!-- https://jarcasting.com/artifacts/io.github.m-m-m/mmm/ -->
<dependency>
    <groupId>io.github.m-m-m</groupId>
    <artifactId>mmm</artifactId>
    <version>9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.m-m-m/mmm/
implementation 'io.github.m-m-m:mmm:9'
// https://jarcasting.com/artifacts/io.github.m-m-m/mmm/
implementation ("io.github.m-m-m:mmm:9")
'io.github.m-m-m:mmm:pom:9'
<dependency org="io.github.m-m-m" name="mmm" rev="9">
  <artifact name="mmm" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.m-m-m', module='mmm', version='9')
)
libraryDependencies += "io.github.m-m-m" % "mmm" % "9"
[io.github.m-m-m/mmm "9"]