| GroupId | GroupIdio.markdom |
|---|---|
| ArtifactId | ArtifactIdfull |
| Version | Version0.0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| full-0.0.6.pom | |
| full-0.0.6.jar | 1 KB |
| full-0.0.6-sources.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.markdom/full/ -->
<dependency>
<groupId>io.markdom</groupId>
<artifactId>full</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.markdom/full/
implementation 'io.markdom:full:0.0.6'
// https://jarcasting.com/artifacts/io.markdom/full/
implementation ("io.markdom:full:0.0.6")
'io.markdom:full:jar:0.0.6'
<dependency org="io.markdom" name="full" rev="0.0.6">
<artifact name="full" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.markdom', module='full', version='0.0.6')
)
libraryDependencies += "io.markdom" % "full" % "0.0.6"
[io.markdom/full "0.0.6"]