<dependency> <groupId>io.github.m-m-m</groupId> <artifactId>mmm-property</artifactId> <version>0.2.0</version> </dependency>
implementation 'io.github.m-m-m:mmm-property:0.2.0'
implementation("io.github.m-m-m:mmm-property:0.2.0")
libraryDependencies += "io.github.m-m-m" % "mmm-property" % "0.2.0"
@Grapes( @Grab(group='io.github.m-m-m', module='mmm-property', version='0.2.0') )
<dependency org="io.github.m-m-m" name="mmm-property" rev="0.2.0" />
[io.github.m-m-m/mmm-property "0.2.0"]
'io.github.m-m-m:mmm-property:jar:0.2.0'
compile
|-- io.github.m-m-m:mmm-marshall-json:0.2.0
|-- io.github.m-m-m:mmm-value-observable:0.2.0
|-- org.slf4j:slf4j-api:2.0.0-alpha1
|-- io.github.m-m-m:mmm-validation:0.2.0