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