<dependency> <groupId>io.github.m-m-m</groupId> <artifactId>mmm-bean</artifactId> <version>0.9.11</version> </dependency>
implementation 'io.github.m-m-m:mmm-bean:0.9.11'
implementation("io.github.m-m-m:mmm-bean:0.9.11")
libraryDependencies += "io.github.m-m-m" % "mmm-bean" % "0.9.11"
@Grapes( @Grab(group='io.github.m-m-m', module='mmm-bean', version='0.9.11') )
<dependency org="io.github.m-m-m" name="mmm-bean" rev="0.9.11" />
[io.github.m-m-m/mmm-bean "0.9.11"]
'io.github.m-m-m:mmm-bean:jar:0.9.11'
compile
|-- io.github.m-m-m:mmm-property:0.9.11
|-- io.github.m-m-m:mmm-property-builder:0.9.11
|-- io.github.m-m-m:mmm-base-metainfo:0.9.11