| GroupId | GroupIdio.github.m-m-m |
|---|---|
| ArtifactId | ArtifactIdmmm-ui-fx-controller |
| Version | Version0.1.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.m-m-m/mmm-ui-fx-controller/ -->
<dependency>
<groupId>io.github.m-m-m</groupId>
<artifactId>mmm-ui-fx-controller</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.m-m-m/mmm-ui-fx-controller/
implementation 'io.github.m-m-m:mmm-ui-fx-controller:0.1.1'
// https://jarcasting.com/artifacts/io.github.m-m-m/mmm-ui-fx-controller/
implementation ("io.github.m-m-m:mmm-ui-fx-controller:0.1.1")
'io.github.m-m-m:mmm-ui-fx-controller:jar:0.1.1'
<dependency org="io.github.m-m-m" name="mmm-ui-fx-controller" rev="0.1.1">
<artifact name="mmm-ui-fx-controller" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.m-m-m', module='mmm-ui-fx-controller', version='0.1.1')
)
libraryDependencies += "io.github.m-m-m" % "mmm-ui-fx-controller" % "0.1.1"
[io.github.m-m-m/mmm-ui-fx-controller "0.1.1"]