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