GroupId | GroupIdio.markdom |
---|---|
ArtifactId | ArtifactIdmodule |
Version | Version0.0.5 |
Type | Typepom |
Filename | Size |
---|---|
module-0.0.5.pom | 612 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.markdom/module/ -->
<dependency>
<groupId>io.markdom</groupId>
<artifactId>module</artifactId>
<version>0.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.markdom/module/
implementation 'io.markdom:module:0.0.5'
// https://jarcasting.com/artifacts/io.markdom/module/
implementation ("io.markdom:module:0.0.5")
'io.markdom:module:pom:0.0.5'
<dependency org="io.markdom" name="module" rev="0.0.5">
<artifact name="module" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.markdom', module='module', version='0.0.5')
)
libraryDependencies += "io.markdom" % "module" % "0.0.5"
[io.markdom/module "0.0.5"]