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