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